The screen is off

Hi,

How to prevent the screen “shutdown” because of the time without touching the screen? (I mean, if we pass some time in the game without touching, the screen timer make the screen off, have any way for me to avoid this?)

Bump!

Screen.sleepTimeout = SleepTimeout.NeverSleep;

Thank You!