[Solved]
Line 11 is wrong:
score = GameObject.Find("Score").GetComponent<ScoreController>();
It is necessary to specify which type of component you want!
[Solved]
Line 11 is wrong:
score = GameObject.Find("Score").GetComponent<ScoreController>();
It is necessary to specify which type of component you want!