0

It says the associated script can not be loaded

enter image description here

I dont now how to fix it, please Help!

enter image description here

derHugo
  • 83,094
  • 9
  • 75
  • 115
  • In general please don't post images of code .. copy&paste it here as **text** and format it as `code` via the `{ }` button. – derHugo Sep 17 '20 at 06:24

1 Answers1

0

Hi The name of the class in line 5 Have to be the same name of the file. And please write the first letter of the class name with camel case. Replace NewBehaviurScript with MovePlayer2d and rename the file with the same name

Mario
  • 601
  • 3
  • 7