diff --git a/src/TinkState-Unity/Runtime/UnityBatchScheduler.cs b/src/TinkState-Unity/Runtime/UnityBatchScheduler.cs index f5d654a..00ca079 100644 --- a/src/TinkState-Unity/Runtime/UnityBatchScheduler.cs +++ b/src/TinkState-Unity/Runtime/UnityBatchScheduler.cs @@ -11,7 +11,7 @@ namespace TinkState { public class UnityBatchScheduler : Scheduler { - [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] + [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] static void Init() { Observable.Scheduler = Instance;