I'd like to get Meta Quest 2/3 Controller's battery state and I use
GetControllerBatteryPercentRemaining().However it is always returning
zero.Is there anyway to get controller's battery?
I create an app with Unity and I'd like to delete a file in my "Movies"
folder. However the file is not deleted(File is exist and i'm using
File.delete) although my app has permission about external storage
read/write.here's my code. string filepath ...