When I go from a normal Unity scene to NGUI scene with a screen rotation in the Start() function, the touch event is disable. This bug only occurs in iOS not in Android.
For more detail: I have two scenes: a NormalUnityScene and an NGUIScene. In the NormalUnityScene, I set Screen.orientation = ScreenOrientation.LandscapeLeft and in the NGUIScene, I set Screen.orientation = Portrait in the Start() function.
I go from NormalUnityScene to NGUIScene and I touch on a button in NGUIScene but no response.
Our project is using Unity 4.5.1, for some reasons, we could not update to 4.5.2 for using NGUI 3.7.1.
Please help. Thanks in advance.