//_____________________________________UNITY METHODS

    void Awake()
    {
        C = this;
    }
Пример #2
0
    void Start()
    {
        C = this;

        originPosition = transform.position;
        ownFollow =GetComponent<CameraFollowS>();
        //print (ownFollow);
    }