Can anyone tell me what's wrong in this video?

I don’t get why it’s giving me this error.
“Assets/Scripts/PlayerController.cs(5,14): error CS101: The namespace ‘global::’ already contains a definition for ‘PlayerController’” basically means nothing to me. So I’m hoping this forum can help. And if you can fix it, could you explain the error to me so it means something?

Perhaps someone more knowledgeable can help…???

It means you have multiple PlayerController classes in the same namespace. Try to find them in the project window and remove the unnecessary ones.

1 Like