Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
PumpkinDev's avatar
PumpkinDev
Explorer
4 years ago
Solved

How to get Oculus Quest 2 Controller Battery in Unity?

  How to get Oculus Quest 2 Controller Battery in Unity? I am connecting Quest 2 using Oculus Link. Since it is catchable in official Oculus Software (Image Above), I think it is possibl...
  • yayapipi's avatar
    4 years ago

    you can use adb logcat to get the controller battery status

     

    adb logcat | findstr /C:"serial" /C:"handedness" /C:"battery state"