Esempio n. 1
0
    void OnEnable()
    {
        instance = this;

        RefreshRenderers();
    }
Esempio n. 2
0
    void Awake()
    {
        instance = this;

        m_camera = Camera.main;
    }