Forum Discussion
Nimeshnm
1 year agoHonored Guest
Persistent FPS Drops in Unity VR APK Despite Optimization Efforts
Dear Support Team, I am writing to report a persistent issue with FPS drops in my Unity VR application, which I have been unable to resolve despite extensive troubleshooting and optimization efforts...
baroquedub
1 year agoMVP
You mentioned using the Unity profiler but you only mention doing a build after, so I assumed that the profiler is running in play mode, in the editor? The first thing to try is to do a developer build of your APK and let it run wired to the PC so that it connects to the profiler via ADB - while the app is running on the device. And then see where you bottleneck lies. Are you CPU or GPU bound? What’s holding up the render thread in those problematic frames. Also keep an eye on the console or use logcat. Are you spewing out a bunch of log statements? Errors are obviously a problem but even Debug.Log can have a performance impact
TLDR. Do on device profiling
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 8 months ago