Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is Godot 3 engine underrated?

A topic by BDMessenger created Oct 28, 2018 Views: 1,320 Replies: 12
Viewing posts 1 to 4
(+1)

Just curious of why I don't see many people go for Godot when I was viewing the Help/Offer topic forums. Also, if possible, can anyone give a recommendation of games used by the Godot Engine?


Thanks,

Brant

Admin(+1)

If you want to see games made with Godot you can check here: 
https://itch.io/games/made-with-godot

Thanks. :)

(+1)

Godot 3 is like unity but with no way to add extensions, everything has to be coded.

What do you mean by extensions? Like Add-ons for the engine?

There are plugins and you can extend with modules written in c++.  Are you referring to another type of extension?

I'm not sure. Aren't modules like scripts you can include into your own code and borrow variables or functions from that source?

You can include c++ modules and use them like another class.

http://docs.godotengine.org/en/3.0/development/cpp/custom_modules_in_cpp.html

i see it but some are outdated or coded wrong, it still doesn't make godot a easy to use software. the plugins are only 27 pages long with no way to build the game without coding.

(1 edit)

Besides extensions, does Unity offer instancing a scene within another scene? Like placing a scene on top on another scene.

Yes, you can have multiple scenes open at the same time as of late. Never used it so I don't know how reliable it is or how hard to work with, but I haven't heard any complaints about it.

(+1)

I don't completely agree with that assessment, I've used some that are coded correctly.  Could you point to the ones you're talking about with the 27 pages or are coded wrong?  I also think Godot is easy to use software for a programmer, at least it was for me coming from GameMaker and Unity.  As far as building a game without coding, Godot has visual scripting.  I have zero experience using visual scripting with Godot, but in my opinion you won't be able to make a game of a certain quality without diving into some form of coding anyway. 

Yes, but not before 3.0. No WASD camera movement made it difficult to edit games. It also didn't become open source until 2014. But now, there's still some missing features like decals, and bugs that make you lose hope. Another huge one is lack of tutorials. I haven't found any place that explains how to use the different joints.