void OnEnable() { subsystem = GetActiveSubsystemInstance(); if (subsystem != null) { subsystem.Start(); } }