savya #14

Merged
savya merged 108 commits from savya into main 2026-07-07 09:55:51 +02:00
Showing only changes of commit 176d95ec6a - Show all commits

View File

@@ -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();