private void OnEnable() { this.manager = target as MrvcManager; }
void Awake() { this.manager = FindObjectOfType <MixedRemoteViewCompositor.MrvcManager>(); }