Hello, OVRManager.batteryStatus is obsolete and we should use
SystemInfo.batteryStatus.But this is not working properly. When the
Oculus Quest 2 headset is plugged with the original charger, the
SystemInfo.batteryStatus returns NotCharging.According ...
The project I am working on will use Addressables bundles as purchasable
DLC.But I am not finding any information on what the Addressable
loadpath should be, meaning the path the app will look for after you
download it from the store. Where can I fin...
Hello, I can't seem to get a correct result from calling
OVRManager.batteryStatus or OVRPlugIn.batteryStatus.It always returns
Unknown.Also when trying SystemInfo.batteryStatus I only get
NotCharging. BUT, when trying SystemInfo.batteryStatus in play...
Hi, I know how to get a public variable to show in the editor. (no
biggie right)And there is of course no problem to do this to customize
OVR scripts. But... in some OVR scripts this is not possible, but no
problem in many of them.I can customize the...
Hi, I'm converting an Oculus Go project to Quest 2.I find that adding
the controller raycast is slighly off center and the reticle lands to
the right of what of where the controller is pointing.Looking a the
OVRController prefab, there is a slight ti...
Hi, So I ended up not using this The reason is due to my use of
needing several downloadable packages. This works out of the box with
Unity and Addressables, but the problem is you need to (as far as I
understand) include the packages in the APK/OB...
Hi @MetaQuestSupport Seems I spoke too soon, still getting the
NotCharging behavior at certain percentages.I believe you are on to
something, because at 75% and above it says plugged in, but not
charging.Leaving my app and going back to the oculus ho...
Hi, I have good news!When setting up a test to document the problem for
you, I stumbled across the inital value, which I had set to NotCharging
and this somehow got stuck and never updated when inside the headset.
Not sure why, but i'm not going to i...
Hi, I'm confused. I'm not having chargin issues with the headset.I'm
having issue with the SystemInfo.batteryStatus not returning Charging
when the device is plugged in and charging (Yes it is actually charging
so nothing is wrong there). It only ret...