My game worked just a few minutes ago, and now all these error messages pops up. I can’t solve the issue because i just started with Unity and coding today.
Error message 1:
Assets\Scripts\PlayerMovement.cs(3,14): error CS0101: The namespace ‘’ already contains a definition for ‘PlayerMovement’
Error message 2:
Assets\Scripts\PlayerMovement.cs(13,10): error CS0111: Type ‘PlayerMovement’ already defines a member called ‘FixedUpdate’ with the same parameter types