Intro to UI containers: Godot engine tutorial
Learn how arranges UIs in Godot with the powerful container nodes
Game creation training: https://gdquest.mavenseed.com/courses
----
30 tutorials series! 29/30
The playlist: https://youtube.com/playlist?list=PLhqJJNjsQ7KEr_YlibZ3SBuzfw9xwGduK
Project sources on Github: https://github.com/GDQuest/Godot-30-days-tutorial-challenge-2017
The containers are at the heart of Godot’s UI system. They automatically arrange their children in a certain way (in a row, a column, constrained position, etc.). You can nest them, change their position in the hierarchy, and the system moves and scales all the UI elements for you. The default containers will cover your most common needs. For anything more specific, you can extend the base container class and create your owns.
This tutorial is supported by:
- Gamblify: https://www.gamblify.com/
- Pineapple Works: http://pineapple.works/
Subscribe for more tutorials! https://youtube.com/c/Gdquest?sub_confirmation=1
Twitter ► https://twitter.com/NathanGDquest
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "GDQuest and contributors - https://www.gdquest.com/"