Godot Scripts I add to Every Game
Game development is already hard enough not mention figuring out how you like to structure your Godot projects. So I've decided to share some of the scripts I always use with the hope of making the learning process a bit easier for you. Please let me know if you want a deeper tutorial on any of these scripts.
#gamesdev #godot #aarimous
My Games:
Hexagod Demo: https://store.steampowered.com..../app/3059390/Hexagod
Chess Survivors: https://store.steampowered.com..../app/2065000/Chess_S
Hexagon Stuff:
Red Blob Games Article: https://www.redblobgames.com/grids/hexagons/
My Hexagon Utility Script: https://github.com/Aarimous/HexUtil
Social Media:
Twitch: https://www.twitch.tv/aarimous
Discord: https://discord.gg/qSs4QAsmf9
00:00 Learning Game is Hard
01:03 Autoload Scripts
01:56 Global
03:38 Signal Bus
04:24 Warnings about Signals
05:17 My Games
05:38 Utility
06:58 References
08:17 Scene Changer
09:21 Audio Manager
10:44 Hexagon Utility
11:58 This is Hard