Messing around and teaching myself godot. In many ways it's a lot simpler than unity but in some other ways it feels more complicated?
In any case I'm having fun.
Art assets from:
https://pixelfrog-assets.itch.io/kings-and-pigs
Messing around and teaching myself godot. In many ways it's a lot simpler than unity but in some other ways it feels more complicated?
In any case I'm having fun.
Art assets from:
https://pixelfrog-assets.itch.io/kings-and-pigs
@jamesbowling in my mind godot4 is absolutely mature enough though it feels better suited to smaller projects.
Additionally there are a few differences in the psychology that feel very odd coming from other engines.
Gdscript for example is treated more like an asset than code and hard coding local object paths to other objects is encouraged.
Also live editing scripts means that hard coded constants can be good!