Description
This video is sponsored by NordPass Business: An amazing password manager that allows you to securely store and access unlimited passwords, including wifi credentials and credit card information. You can use it for yourself or for entire teams or share your own passwords easily.
A complete guide to Godot 4! This video will cover every aspect of the gaming engine and will teach you all the basics.
Second part: https://youtu.be/TMhimQceLos
Find/support me on other channels Patreon - https://www.patreon.com/clearcode Twitter - https://twitter.com/clear_coder Discord - https://discord.com/invite/a5C6pYw2w5
Code: https://github.com/clear-code-projects/UltimateGodotIntro2D Project stages: https://drive.google.com/drive/folders/10hvwjuEB1V8o0dlnQerM0ninJcZtn20s?usp=sharing
My Notes
00:00:00 - Intro
00:01:11 - Sponsor NordPass Business
00:02:41 - What is Godot
- See Godot
00:10:02 - Scenes and Nodes
- See scenes in Godot
- See Nodes in Godot
00:36:33 - Working with code
00:57:56 - More on code
01:11:09 - Delta
- See [[
_process()
in Godot]]
01:21:34 - Getting input
01:38:38 - More on nodes
01:48:55 - Physics!
- See physics in Godot
02:15:23 - Signals (+Area)
- See signals in Godot
02:38:01 - Creating custom signals
02:51:11 - Creating custom scenes
03:21:07 - RigidBody2D
- See RigidBody2D
03:45:54 - Using a camera
- See cameras in Godot
03:51:37 - Tilemaps
04:28:11 - Tilemaps and physics
04:49:41 - Emitting particles
05:09:08 - Lights
05:35:54 - Animations
06:07:42 - Tweens
- See tweens in Godot
06:29:21 - Connecting the laser to the level
06:39:52 - Inheritance
07:04:25 - Creating the inside level
07:27:09 - Adding a level transition
- See Changing Scenes
07:33:26 - Getting started with user interfaces
08:02:31 - Adding the health bar to the UI
08:08:46 - Making the UI interactive
08:25:52 - Adding color to the UI
08:36:45 - Prettier transitions
08:46:16 - Creating items
09:06:15 - SetGet
09:23:52 - Creating crates
09:55:54 - Expanding the inside level
10:17:31 - Creating the scout
10:37:55 - Creating the grenade
10:49:22 - Scout & Health
10:57:43 - Player & Health
11:06:25 - Shaders
- See shaders in Godot