Error creating

Hello! Need help with. Does not compile the game for the second day. Writes: Assets/Scripts/Pause.cs(162,33): error CS0246: The type or namespace name ‘MoveMousePlayer’ could not be found. Are you missing a using directive or an assembly reference? What to do ? What is the script error ?

And yet. Insert for example the script Pause and writes: Pause Script has not finished compilation yeat. Please wait until compilation of the script has finished and try again.

Jeric Miana was right, please accept an answer to close this question :slight_smile:

You have 2 Options:

  • Change the name of the script in code to “MoveMousePlayer” instead of “MovePlayer”
  • Change the name of the script in the Project from “MoveMousePlayer” to “MovePlayer”

That should do :slight_smile: