What made you prefer Godot over other engines like Unity or Unreal Engine?

  • @AdmiralShat
    link
    English
    3
    edit-2
    1 year ago
    1. Unity has a plethora of half baked features and they routinely deprecate features.
    2. Having multiple render pipelines was very frustrating when trying to learn the more complex visual stuff.
    3. the Node and scenes system makes way more sense to me. In Unity you have scriptable objects and prefabs, both of which are half as valuable as everything being a scene. Being able yo isolate individual components and work on them in their own tab and test them out by running an individual scene is significantly faster development pace, as well as more streamlined.
    4. Easier Access to multiple programming languages. C# is like 95% up to par with GDScript as far as engine integration. With 4 its a first class language as far as development.