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