using UnityEngine; public class MainThreadDispatcher : MonoBehaviour { private void Update() { UnityMainThreadDispatcher.Update(); } }