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.
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”
Thnx it worked.
But now I’m getting another problem, with the “UpdateScore ();”