Forum Discussion
Anonymous
10 years agoBug in OVRPlayerController - inconsistent move speed
I found a bug in this code (exists in both 0.1.0 and 0.1.2 utils) in OVRPlayerController that will end up causing inconsistent movement speed between DK1, DK2, and CV1 headsets, since this bug makes t...
vrdaveb
10 years agoOculus Staff
"ccs" wrote:
moveInfluence = SimulationRate * Time.deltaTime * Acceleration * 0.1f * MoveScale * MoveScaleMultiplier;
Thanks. This line should be:
moveInfluence = Acceleration * 0.1f * MoveScale * MoveScaleMultiplier;
We've fixed it for an upcoming release.
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
- 3 years ago