i use the code line below to change the device screen orientation:
Screen.orientation = ScreenOrientation.Portrait;
The code is being executed, but the Android system add an inertia animation to it.
Is there a way to get this command executed immediately, no delay, no inertia, no lag, no animation?