April 2021
Beginner to intermediate
506 pages
11h 57m
English
In the previous chapter, you started building your first scene with the Scene Editor. You learned how to add nodes and set up their properties using the Attributes Inspector. During this process, you added the background node, the player node, and several other nodes that make up the D-pad controller and the Attack button.
But using the Scene Editor doesn’t mean you get to ignore the code part of game development. You still need to write the code that drives the logic of your game.
In this chapter, you’ll concentrate on building out the functionality and movement of the player. As you work through this chapter, you’ll learn how to set up physics using the Scene Editor and how to connect your code ...
Read now
Unlock full access