#gamedev

@tomwor@tomwor.com

Another unexpected side-effect of #AI use in #gamedev is the reduced switching costs between engines. I had my VoxImporter plugin converted to Blender very quickly, which now has opened the possibility to migrate my game to the #Godot engine.

@tomwor@tomwor.com

With the help of #ai I finally managed to triangulate my #voxel models without T-Junction issues. I've tried AI to solve this for me several times before, now ChatGPT5.3-codex made it work. 🥳 #gamedev

@tomwor@tomwor.com

I've sold just 31 copies of my game as of today, which doesn't warrant expanding to mobile platforms, BUT at the same time I want the experience and I also want to have my game with me on my phone everywhere, just to show people. So I'm...

@tomwor@tomwor.com

While reviews from strangers can be quite a gut punch, I guess they are also the most honest ones. I got my homework. #gamedev

@tomwor@tomwor.com

As a #Unity old-timer, I often miss when Unity introduces new functionality, like the ObjectPool class that seems to around for years now. Totally missed this one. Good bye homemade solution, I guess. 🤷‍♂️ #gamedev

@tomwor@tomwor.com

I just learned that in a Unity package you are not supposed to delete the .meta files, as files without corresponding .meta file will just get ignored by the editor. So much for keeping things tidy. 😬 #madewithunity #gamedev