When I updated to Unity 4.5.4, startup orientation of iOS 8 is fixed. However another bug occurs: When we go from a landscape scene to a portrait scene, we cannot touch on any GUI components in the bottom of the portrait scene.
For example, we have 2 scenes: Scene1_Landscape and Scene2_Portrait. If we touch on any GUI components in Scene1_Landscape, we get feed back. However, if we go to Scene2_Portrait, we only get feed back on the upper part of the screen if we touch on a GUI component....
Touch Events are disable in Unity 4.5.4 for iOS 8
For example, we have 2 scenes: Scene1_Landscape and Scene2_Portrait. If we touch on any GUI components in Scene1_Landscape, we get feed back. However, if we go to Scene2_Portrait, we only get feed back on the upper part of the screen if we touch on a GUI component....
Touch Events are disable in Unity 4.5.4 for iOS 8