I’m trying to make a game but I keep getting this Error
The namespace global::' already contains a definition for PlayerController’
2 Likes
You have problably imported standard assets which I think has a player controller. Basically its saying you have this class declared twice, have a look in your project for another script with the same name
3 Likes
Yep never would have thought to look there thanks
1 Like
Thanks you Laireaon
1 Like
im getting this error The namespace ‘’ already contains a definition for ‘PlayerListItem’
