Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
peterept's avatar
peterept
Protege
11 years ago

0.4.3.1 fixes initial rotation of OVRPlayerController bug

This is not listed in the release notes:

Under 0.4.3 the players initial rotation in Unity editor was ignored. Eg: if you rotated the player to face west it would still start facing north (+Z).

In 0.4.3.1 the view now is where you set the rotation of the player, like it used to be in 0.4.2.

Thanks to this line in Awake(): YRotation = transform.rotation.eulerAngles.y;

Great work! Thanks for that fix amonst others Oculus!
Replies have been turned off for this discussion