Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Nice, another fellow godot’r, and also I think you managed a nicer/smoother day night transition than I was able to muster up so nice work on that! Not too much to look around at but still interesting.

Thanks! And Godot is awesome, I'm new to it but very much looking forward to using it for a long time to come. Can't wait to move to Godot 4 proper, when my computer can finally support Vulkan.

(+1)

I actually converted my project to Godot 4 with only 3 days left in this gamejam lol (there was a bug I just couldn’t get around). Just wanted to share, at least in my case, the auto conversion tool built in actually worked quite well, so yeah just gotta jump in at some point (with a smaller, non production project still, ofc)

Oh that's good to know! I've seen some discussions to the effect that the converter was lack luster in certain cases, but they were all at least a few months old. I started a new project in the compatibility version of Godot 4 after I submitted my game, because I can't really do 3D at all let alone Vulkan (thus how simplistic my game is). And I've been loving how much stuff can be shown in the inspector now! Just jumping in definitely is the best way to see what's in store.

I definitely had super low expectations, and my scenario to be fair was a pretty simple case, still I was happy to have it and see the git diff to see the main changes it tried to do to get a sense of the syntax difference. I think it’s good at minimizing the most repetitive parts of syntax changes at least, which is a big help. Certainly it won’t be working 100% out of the box (for instance, my kinematic character was broken at first due to one of my variables “velocity” redefining what is now a built in variable for that class)