03.assembling-game-rooms-and-bridges

Adding rooms and bridges

In this video, we lay down a couple of rooms to set up our level. We use the grid and snapping to align them and connect them with bridges.

In the next one, we’ll open a room and add pickups and a chest to it.

Troubleshooting

My character is not moving

After adding a room to your game, if it looks like the player is not moving, you should check the Scene dock in the top-left.

If the rooms are nested inside the Player node, as on the image below, they will move with the player, making it look like nothing’s moving!

To solve this, click and drag each room node onto the Main node. That will reparent the nodes as children of the Main node.