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