this post was submitted on 13 Sep 2023
783 points (100.0% liked)

196

16224 readers
3935 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago* (last edited 1 year ago) (2 children)

Godot can use C# like unity does and it's FOSS.

Unreal uses C++, so you have to learn a different language if you're coming from Unity. And they also take part of the profits you make. Unreal has its advantages obviously, it's an amazing engine with amazing graphics, but if you're used to writing code in C# and don't want to learn something completely different, Godot is a very nice alternative

[–] [email protected] 1 points 1 year ago

So I've seen that things like UnrealCLR exist. Now I know it's not official, but are adapters like that actually worth looking at as a sort of stepping stone for a c# dev wanting to use unreal?

[–] [email protected] 1 points 1 year ago

Ah I see! Neat! I'll have a look into it.