Is there any efficient way to detect orientation change on handheld devices at runtime?
For example, Autorotation on Android is enabled and user can change the orientation at runtime.
So, is there any efficient way to detect in orientation change except for checking it per frame in Update method with Screen.orientation?
↧