Screen.sleepTimeout = SleepTimeout.NeverSleep isn't working

Screen.sleepTimeout = SleepTimeout.NeverSleep
is not working at android build.

it working unity 5.0.3p3, but 5.2.0p1 and 5.2.1f1 isn’t working

1 Like

I also came across this problem. In android.manifest check android.permission.WAKE_LOCK

1 Like

Screen.sleepTimeout = SleepTimeout.NeverSleep is working on Unity 2019.3.5 without custom manifest