Well, Well, Well, if it isn't the consequence of my own actions
This Ludum Dare i had the brilliant idea of changing engines from Unity to Godot, knowing absolutely nothing about Godot.
To be fair i used Godot once over 5 years ago, which would be the same as knowing nothing about it.
After using Godot for almost 72 hours what do i think of it?
Overall it's a pretty good engine, as someone that has been using Unity for the past 5 years it wasn't as hard as i thought it would be to make a game in the engine. It was pretty easy to work with GDScript, although i just used the most basic of functionalities and wasn't able to actually make everything that i wanted for the game, which was expected, i was still able the majority of basic functionalities, partially thanks to a jammer that shared a Godot project starter before the jam started (i can't find the post anymore, but they can be found on github as jhlothamer).
With the project starter i could focus most of my attention on the gameplay code, as i expected it ended up as spaghetti code and still had some bugs that i couldn't solve. I think that if i had started learning it a few weeks before and hadn't procrastinated i would be able to deliver the game as i intended.
Summing up my experience with Godot:
Coding: 4/5 - Easy to pickup and code simple things, couldn't make some advanced things work because i didn't get it, the lack of brackets make it weird to understand.
Implementing art: 4.5/5 - Extremely easy to implement new art and update art. Didn't like that you have to write the path to the sprite in order to load sprites to use in code.
Implementing sound: 4/5 - Easy to just play the music, but it had some features that were hidden, like the function to loop the sound.
I'll probably keep using Godot, i was already planning to change from unity to a different engine since i had a lot of issues with it, including losing progress multiple times when trying to save. I'll try working on a few more small projects using Godot before making a final decision whether i'll change to Godot or not.
Also obligatory link to my own game: https://ldjam.com/events/ludum-dare/53/cooking-is-relaxing


