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 6fbcf20 commit d2be4efCopy full SHA for d2be4ef
Unity/Assets/NativeScript/BootScript.cs
@@ -27,7 +27,7 @@ public class BootScript : MonoBehaviour
27
private Coroutine autoReloadCoroutine;
28
#endif
29
30
- void Awake()
+ void Start()
31
{
32
#if UNITY_EDITOR
33
lastAutoReloadPollTime = AutoReloadPollTime;
0 commit comments