this post was submitted on 13 Sep 2023
792 points (99.9% liked)

196

17203 readers
1528 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] derfl007@lemmy.wtf 14 points 2 years ago* (last edited 2 years 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

[–] drekly@lemmy.world 1 points 2 years ago

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

[–] 9point6@lemmy.world 1 points 2 years 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?