// Use this for initialization void Start() { scoreTextManager = textScore.GetComponent <ScoreTextManager>(); unityChanManager = unityChan.GetComponent <UnityChanManager>(); changeTime = 0.0f; rockBody.drag = 3; }
// Use this for initialization void Start() { unityChanManager = unityChan.GetComponent <UnityChanManager>(); score = 0; }