Space Shooter Unity Tutorial Problem

I’m following the Unity Toturial on “Space Shooter”

In the script “GameController” ind video 15 “Counting Points And Displaying The Score”

I have made it just like, but made so it works with the “UI”

But now it says something wierd.

You’re trying to make a class called “GameController” when Unity already has a class called GameController.

Try renaming it to something else, like “GameManager”

1 Like

Thnx it worked.

But now I’m getting another problem, with the “UpdateScore ();”