// Start is called before the first frame update void Start() { caliperEventCreatorScript = GetComponent <CaliperEventCreator>(); createNotesScript = GameObject.Find("Interaction").GetComponent <CreateNotes>(); }
private void Awake() { instance = this; }