249
Switching from Unity to Godot: Tips and What You Should Expect
(popcar.bearblog.dev)
Welcome to the programming.dev Godot community!
This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.
Make sure to follow the Godot CoC while chatting
We have a matrix room that can be used for chatting with other members of the community here
We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent
I recently realized that Unreal is Open-source. I'm curious why it doesn't seem to get any love from the FOSS community? I would personnaly glady ditch unity, but I heavily rely on video tutorials for my very amateur projects . So I was actually moving to Unreal..
As far as I know Unreal's source code is available but the licensing isn't, so the company still owns it and can still charge you for using it.
Open source is not necessarily FOSS
Indeed.
Unreal is "source available", not Open Source. There's a big difference. With any Open Source project you can legally fork the project, distribute your custom version of the code, create a community around your variant... "source available" has none of that. The Unreal EULA is more permissive than most game engine licenses (with the obvious exception of Godot) but it still comes with plenty of restrictions. For example:
Which pretty clearly does not satisfy the Open Source Definition.
That's a really informative reply, it clarifys things for me. Thanks a lot!