#gamedevtipthursday
It's Game Dev Tip Thursday! In Godot, you can copy-and-paste a resource by reference or you can use "Paste as Unique" to make it unique -- without having to select the property in the dropdown afterwards.

#godot #gamedev #gamedevtipthursday #gamedevtips #indiedev
October 16, 2025 at 8:24 PM
It's Game Dev Tip Thursday! In Godot, you can hold Ctrl (or Cmd on Macs) while dragging in a resource to load it using its unique ID (UID).

If you're moving or renaming files a lot, loading via the UID will help avoid breaking your code!

#godot #gamedev #godotengine #gamedevtipthursday
October 9, 2025 at 6:49 PM
It's Game Dev Tip Thursday! In Godot 4.5, you can preview translations in the editor, letting you see how your UI will look in various different languages!

#godot #gamedevtipthursday #gamedev #godotengine
October 2, 2025 at 6:52 PM