Example #1
0
    private Vector3 mypos; // used to move the cam to different possitions

    #endregion Fields

    #region Methods

    void Awake()
    {
        instance = this;
    }
Example #2
0
    public static followplayer instance;     //SINGELTON (THE WEIRD EDITION)

    void Awake()
    {
        instance = this;
    }