Esempio n. 1
0
    // Start is called before the first frame update
    void Start()
    {
        caliperEventCreatorScript = GetComponent <CaliperEventCreator>();

        createNotesScript = GameObject.Find("Interaction").GetComponent <CreateNotes>();
    }
Esempio n. 2
0
 private void Awake()
 {
     instance = this;
 }