What is Godot's 3D capability?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Millard

Is Godot a good engine to choose for 3d? Is it comparable to engines like Unity or Unreal? (I’m thinking about graphics, and scriptability, whether it’s efficient etc.) Are there any 3D games that were made with Godot?

:bust_in_silhouette: Reply From: Zylann

Godot can do decent 3D. It’s far from being the best at it, but it is improving (3.0 was already a huge step forward). You can use PBR, write custom shaders and use many built-in post-processing effects, however it is less customizable than Unity or Unreal, and less performant. Progress is being done for future versions (4.0 will have a faster Vulkan backend with more pipeline customization support).

Here are some links:
Some can be seen in this video: https://www.youtube.com/watch?v=NlKEO1N8wMM
Some listed here: GitHub - Calinou/awesome-godot: A curated list of free/libre plugins, scripts and add-ons for Godot
Also, technical demo: GitHub - godotengine/tps-demo: Godot Third Person Shooter with high quality assets and lighting
This: https://www.youtube.com/watch?v=rMeFdG1qyjY
This: https://www.youtube.com/watch?v=wmgALZzPK3A
This: https://www.youtube.com/watch?v=cKtwW9yU6QU

just the image on the github Godot 3rd person shooter shows that godot can render well!

Millard | 2019-10-23 19:44