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

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

        m_camera = Camera.main;
    }