Godot 3 or Godot 4?
In my last post, I talked about wanting to create a game that uses the Ring Fit Adventure accessories. In addition to creating a game, I also want to make it easier for others to make games that use those accessories. I guess that makes this a software project. For now I’ll call it Jason’s Ring-Con Project. Maybe I’ll come up with a better name for it later (probably not). More importantly, I need to figure out which version of the Godot Engine I’m going to use for it.
The best platforms are ones that are improved over time. There is one unfortunate cost of improvement, though: maintenance. Any changes to a platform risk breaking software written for that platform. Even if the platform has a backwards compatibility guarantee, there’s still a chance that unintentional breakages will happen.
According to Godot’s documentation,
So, if I create something in Godot 3 now, then I’m going to have to do significant porting work
in the future. If I create something in Godot 4 now, then it still looks like I’m going to have to do significant extra work. According to the release notes for the latest snapshot of Godot 4,
So, would I rather put in extra work now or later? The answer is: now. At the moment, I’m willing to put significant time and effort into Jason’s Ring-Con Project. That won’t necessarily be true later. Plus, while I can’t know for sure, it also seems like starting with Godot 4 will result in less work overall. Finally, using Godot 4 will allow me to contribute to the future of Godot. Even if this project never comes to fruition, those contributions will still be valuable.
So, while it might be ill-advised, I’m going to use Godot 4.