Beispiel #1
0
        void Start()
        {
            // UnitTest uses Wait, it can't run on MainThreadScheduler.
            Scheduler.DefaultSchedulers.SetDotNetCompatible();
            MainThreadDispatcher.Initialize();

            UnitTests.SetButtons(buttonPrefab, buttonVertical, resultPrefab, resultVertical);
        }