mobfishgmbh / Cardboard-VR-Unity-SDK

Apache License 2.0
56 stars 11 forks source link

Android: Camera movement is not fluent. #61

Closed cai-mobfish closed 4 years ago

cai-mobfish commented 4 years ago

Description:

The camera moves like it's "laggy". It could be due to 2 reasons:

hawkwood commented 4 years ago

Has Unity's own gyro implementation been tried on device, as a replacement for using the native libraries? https://docs.unity3d.com/ScriptReference/Gyroscope.html

cdytoby commented 4 years ago

Turns out it's just pure framerate issue. targetFramerate should set to 60 on Android too.

Information in my head was old.