We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce77b0 commit b17b6a7Copy full SHA for b17b6a7
src/TinkState-Unity/Runtime/UnityBatchScheduler.cs
@@ -11,7 +11,7 @@ namespace TinkState
11
{
12
public class UnityBatchScheduler : Scheduler
13
14
- [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
+ [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)]
15
static void Init()
16
17
Observable.Scheduler = Instance;
0 commit comments