this post was submitted on 12 Jun 2023
17 points (100.0% liked)

Godot

5689 readers
1 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 1 year ago (1 children)

@Ategon One of the features that led me to finally decide on Godot over Unity/Unreal, and I think an overall underrated feature is how freaking fast it starts up.

Even on my cheap laptop, where I wouldn't even dream of running Unreal, I can just open up Godot and it'll be ready before I finish adjusting my glasses.

[–] [email protected] 2 points 1 year ago (2 children)

I've joked that I could make a whole game in Godot while waiting for Unity to start up. Not far off reality, tbh.

[–] [email protected] 2 points 1 year ago
[–] [email protected] 2 points 1 year ago

Lol yeah I watched a video where someone made a game in Godot during the time it took Unreal to start up

[–] Feyter 8 points 1 year ago

This "name-something" functionality for import of 3D scenes is quite handy. https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_scenes.html

I don't know if shaders fall into this category, because everyone knows that it exists but I always feel like many people are afraid of trying to work with this and so just skip this entirely... And of course this is not limited to Godot.

[–] sleepyTonia 7 points 1 year ago

You can make use of the operating system's own text-to-speech systems, either as an accessibility feature or to create old-school voiced games. https://docs.godotengine.org/en/stable/tutorials/audio/text_to_speech.html It apparently should work out of the box on Windows and MacOS, but not all Linux distros will have the proper packages pre-installed.

[–] [email protected] 4 points 1 year ago

The way that you can put a 3D camera and world inside a resizeable UI viewport container is really cool. I was able to make like a handheld console UI and just add the 3D view where the screen would be. Similarly the way you can make things in a 2D scene and then put it as a plane in a 3D world.