ZSziva socialinzivadotsh.hashnode.dev·May 18 · 6 min readGodot 4 Autoload Singletons: When To Use, When To AvoidIf you have built more than two Godot projects, you have seen the same pattern repeat: someone creates an Autoload for the player, another for inventory, another for audio, another for save state, the00
ZSziva socialinzivadotsh.hashnode.dev·May 8 · 7 min readGodot Tilemap Tutorial: Building 2D Levels with AIIf you build 2D games in Godot, the TileMap node is the single biggest time saver in the engine. It is also the system most newcomers get wrong, because Godot 4's tilemap workflow is meaningfully diff00
ZSziva socialinzivadotsh.hashnode.dev·May 5 · 7 min readCalling an LLM API from Godot 4: A GDScript TutorialIf you have ever wanted an NPC that can hold a real conversation, a hint system that can adapt to player progress, or a tool that turns plain English into level data, you need your Godot project to ta00
ZSziva socialinzivadotsh.hashnode.dev·Apr 28 · 6 min readWhy Godot's Signal System Confuses AI Coding ToolsIf you've been using ChatGPT, Cursor, or Claude to write GDScript, you've probably noticed that signal-related code has a special talent for breaking. Other parts of GDScript usually compile and run r00
ZSziva socialinzivadotsh.hashnode.dev·Apr 21 · 6 min readGodot 4.5: The 5 Features Actually Worth Updating ForGodot 4.5 dropped in early 2026, and unlike most minor releases, several features in this one materially change how you build a shipping game. I have been running Ziva on Godot 4.5 for the last two mo00