diff --git a/Assets/Darkmatter/Code/Features/AppBoot/Flow/AppBootFlow.cs b/Assets/Darkmatter/Code/Features/AppBoot/Flow/AppBootFlow.cs index e8c2c98..90365bc 100644 --- a/Assets/Darkmatter/Code/Features/AppBoot/Flow/AppBootFlow.cs +++ b/Assets/Darkmatter/Code/Features/AppBoot/Flow/AppBootFlow.cs @@ -30,6 +30,9 @@ namespace Darkmatter.Features.AppBoot.Flow public async UniTask StartAsync(CancellationToken cancellation = default) { +#if UNITY_ANDROID || UNITY_IOS + Application.targetFrameRate = 60; +#endif Screen.sleepTimeout = SleepTimeout.NeverSleep; await _progression.LoadAsync();