Esempio n. 1
0
 void Start()
 {
     // Initialize all utility script instances, so we don't have to refer to actual game objects
     drawLineManager     = DrawLineManager.Instance;
     vrFileBrowser       = VRFileBrowser.Instance;
     presentationManager = PresentationManager.Instance;
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     rend        = GetComponent <Renderer>();
     fileBrowser = VRFileBrowser.Instance;
 }
Esempio n. 3
0
 private void Awake()
 {
     Instance = this;
 }