Is there a way to stop a synced coroutine? I only see TrueSyncManager.StartSyncedCoroutine, but there is no StopSyncedCoroutine. Looking at the CoroutineScheduler class, it looks like there's a RemoveCoroutine method, but it's private.
↧