I'm a beginner and need help. I'm stuck on the "Your First 2D Game" tutorial.

I followed the tutorial to this step, but when I run the game, the character is not on screen, and collision volume is

n’t working at all. What could be causing this?

In the Debug menu, uncheck “Visible Collision Shapes”.

With respect, based on what you are showing, why would you expect collisions to work? I don’t see anything to collide with.

https://www.bilibili.com/video/BV1AFhNzmE4k?spm_id_from=333.788.videopod.sections&vd_source=851de75ad6f2c477487b306231cad2ad Besides the documentation, I also followed the steps in the video, comparing the code in the documentation with the code in the video, but I couldn’t reproduce the effect shown in the video. At 12:59 in the video…

So my steps up to this point are correct? I can just follow the documentation from here on out?

It’s okay, I misunderstood. The second half of the video demonstration did indeed show half an image protruding off-screen. Following the tutorial steps correctly was correct. Thank you for your reply.