hi…
I use Unity 3.4
I want controll Device’s sleepTimeout…
Screen.sleepTimeout = 0.0f;
this code is don`t sleepMode…
but I want controll time…
ex)
device’s SleepTime Setting is 5Min…
I want into Sleepmode at 3Min after…
Screen.sleepTimeout = 180.0f;
this code is not work…
device’s SleepTime Setting is 5Min…
I want into Sleepmode at 10Min after…
Screen.sleepTimeout = 600.0f;
this code is not work…
Can I control sleepMode??
thanks…