Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
redmyst1697yI don't develop games, but I'm thinking of delving into it. Can you tell me why Godot is better? Aside for the obvious licensing difference and the fact that it's C++ vs C#.
-
BroCow10197y@Dgapps noo dont use unreal engine ... it will hang your mobile phone
@redmyst Godot u can easily develop games, they have a sane structure for Scenes
And from the perfomance test i have done.. godot beats unity in android -
redmyst1697y@DGApps @Mitiko @BroCow is there any situational benefit? As in, I imagine Unreal might be better if you're not targeting mobile (but that's just a wild guess).
-
BroCow10197yGodot is better for mobiles
Unreal is better for desktop . ✌✌
But soon this will change.. when they bring pbr to godot -
BroCow10197y
-
theMouse47yI dont think unity is crap, i mean most indie devs prefer unity. I have however heard from multiple people that unreal engine is much easier to grasp than unity, especially for first timers.
-
theMouse47y@Alfer yeah, the blueprint system is useful, but i guess it's just there to hand hold the beginners. You ultimately do have to switch to code as it gives you much more control over what you're doing.
-
"Godot is great n all, but the loading times are infinite" -Someone telling a Waiting for Godot joke.
-
Alfer5537y@akasoggybunz @DefiniteGoose Also, you may have more control on "memory usage", since you'll have to handle allocation et dealloc yourself. You are independent of the the GC, if used correctly, it could provide a huge improvement memory wise, but could also lead to leaks if not handled correctly. But it's not a "life changing" stuff depending on the game.
-
Godot is great, but you can't do anything async with it. You will have to await like forever...
A game being built in Godot engine..
So much better than unity 3d
undefined