Hi,
Would appreciate if someone would care to update the Unity iPhone Examples to properly reflect the latest Unity 3D build.
I am getting errors in several of the example projects.
Thanks,
Kim
Hi,
Would appreciate if someone would care to update the Unity iPhone Examples to properly reflect the latest Unity 3D build.
I am getting errors in several of the example projects.
Thanks,
Kim
This is one of the error messages I am getting:
Assets/_Scripts/iPhoneAnalogSticks.js(18,24): BCW0012: WARNING: ‘UnityEngine.iPhoneSettings.screenOrientation’ is obsolete. screenOrientation property is deprecated. Please use Screen.orientation instead.
The call changed from “screenOrientation” to “Screen.orientation” from Unity iPhone to Unity 3. Just change it to “Screen.orientation” where ever you see “screenOrientation”. That example was made when unity iPhone was out.