• drekly@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      Not unreal engine?

      (I honestly have no clue, they’re the only two I’ve used)

      • derfl007@lemmy.wtf
        link
        fedilink
        arrow-up
        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
          arrow-up
          1
          ·
          10 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?