I can't run the project using Mac

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JackZ

I am new to Godot and I followed a Tut on yt (a 2d platformer) :

I downloaded Godot form steam.

I followed his tutorial and followed every line of code of what the ytber is doing and I even got the final copy of his work, but it turns out that it doesnt run for me, everything just freezes and all the controls arent working properly. (eg: when I press key “D”, the “Player” isnt moving to the left)

Do I need to download other things to make it work since I am using a Mac?

:bust_in_silhouette: Reply From: kidscancode

There is nothing special required to make things work on a Mac.

When you said “got the final copy”, did you download the whole project, or you mean you copy-and-pasted the code? If the latter, code is only part of a Godot project - if the nodes aren’t set up right, the code won’t work.

When everything “just freezes” there is an error message reported in the debugger panel at the bottom of the editor. Can you look at what that says and report the error message here?