Ejemplo n.º 1
0
    void Awake()
    {
        instance = this;

        m_rectTrans = GetComponent <RectTransform>();
        m_text      = GetComponent <Text>();
        m_cam       = Camera.main;
    }
Ejemplo n.º 2
0
 void Awake()
 {
     _instance = this;
 }
Ejemplo n.º 3
0
	void Awake(){
		_instance = this;
	}