Blank screen when testing "My First Game" - "Testing the scene" Section

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

I am going through the godot tutorial “My First Game”. I am at the “Testing the scene” section.

In this part:

Let’s also assign Main as our “Main Scene” - the one that runs automatically when the game launches. Press the “Play” button and select Main.tscn when prompted.

I click on the play button at the upper right corner, while the Main Scene was selected, and it never gave me a prompt to select the main.tscn file. The scene just played and now I am seeing a grey screen and I cant test the game. The godot engine output window throws an error “ERROR: Node not found: CollisionShape2d.” but no errors in the output on the editor window. Screenshot below:

Any ideas to debug this problem? Thank you in advance for your help.

:bust_in_silhouette: Reply From: daniklad

My first thought is casing, try to change CollisionShape2d to CollisionShape2D. I am pretty sure that the casing is important. Good luck :slight_smile:

That was it. Thank you.

trinsic | 2021-06-09 01:05