//_____________________________________UNITY METHODS void Awake() { C = this; }
void Start() { C = this; originPosition = transform.position; ownFollow =GetComponent<CameraFollowS>(); //print (ownFollow); }