This would probably happen if the downvote didn’t federate, but the Undo action of the downvote did.
Do you have any further reading on this? I’d love to learn more about how we got here
I’m sure if this actually pushes through they’ll change the terms for those clients just to keep them happy (and paying what they do pay, which likely dwarfs all the smaller players). And they sure as shit won’t fight for the smaller creators when they get theirs.
Godot mentions on the website that they partner with publishers for console support, so it’s theoretically possible. It’s not like indie devs working with Unity are getting their hands on Dev kits anyway.
If you really want your mind blown check out UserLAnd
I’m using GDScript myself so don’t take this as an endorsement of these, but Godot lets people build bindings for just about any language. I mean, it’ll limit your options for technical help and limit your options for platforms in some cases but you can do it. Also you’re reliant on yourself or the project maintainer to keep the bindings in 1:1, even the C# which is officially supported isn’t completely 1:1. You can also mix and match as you please, implementing more demanding things in C++ or Go or Rust and others in other languages.