Exemplo n.º 1
0
    void Awake()
    {
        mInstance = this;
        myObject  = this.gameObject;

#if UNITY_EDITOR
        currentUpdateFunctions = new List <string>();
#endif
    }
Exemplo n.º 2
0
	void Awake()
	{
		mInstance = this;
	}