Exemplo n.º 1
0
    void Start()
    {
        GameObject ink_handle = Instantiate(handlerPrefab);

        ink_handler = ink_handle.GetComponent <InkHandler> ();
    }
Exemplo n.º 2
0
 private void Awake()
 {
     Instance = this;
 }