• SagXD
    link
    fedilink
    2810 months ago

    Yeah, Godot is best alternative to unity.

      • @derfl007@lemmy.wtf
        link
        fedilink
        14
        edit-2
        10 months ago

        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

        • @9point6@lemmy.world
          link
          fedilink
          110 months 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?