保持屏幕常亮
parent
395d9b5ffc
commit
c0b718b49b
|
|
@ -75,6 +75,9 @@ public class GameLauncher : MonoBehaviour
|
|||
private void Awake()
|
||||
{
|
||||
_SetUpStaticSecretKey();
|
||||
|
||||
Screen.sleepTimeout = SleepTimeout.NeverSleep; // 保持屏幕常亮
|
||||
|
||||
#if SDK_BILIBILI
|
||||
GameObject goBiliBiliSDK = new()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue