PlayerLoopInterface
PlayerLoopInterface copied to clipboard
Wrap code that clears inserted systems in #if UNITY_EDITOR preprocessor
- Clearing systems is not necessary in builds, since app always starts with a clean state
- Also use RuntimeInitializeLoadType.SubsystemRegistration for RuntimeInitializeOnLoadMethod just to make the world a better place