Check In: Testing the Current Game
This content is not available in your language yet.
Adding a Camera & Light
Section titled Adding a Camera & LightTo view the current progress, you’ll need to insert a Camera3D node as a child of your VehicleBody3D node.
If it’s too dark, add a DirectionalLight3D and rotate it to face downwards.
Current File Structures
Section titled Current File StructuresThis is what your car file structure should look like. Rename the nodes to simpler terms, e.g. VehicleBody3D -> “Car”.

What your world file structure should look like:

Now, when you play from your “Game” scene, you should see the car fall down and bounce into place.
So far, you won’t be able to control it -- this is on the next page.