
Godot Engine: standard or .NET one? : r/godot - Reddit
Sep 28, 2023 · The official subreddit for the Godot Engine. Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and …
Give me your honest thoughts on Godot (vs. Unity) : r/godot
godot can run individual scenes Unfortunately this is mostly true for 2D and Godot3. In Godot4 when you try to run your 3D scenes individually, you will see shit, unless you also change the …
Godot: your free, open-source Game Engine - Reddit
This is a subreddit about the Godot Engine. While related Game Development topics are not forbidden, please make sure to tailor them towards the Godot project. This means no art posts …
Instantiating a scene with constructor parameters : r/godot - Reddit
May 23, 2023 · The official subreddit for the Godot Engine. Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and …
Recommend tutorials for a beginner (2024 version) : r/godot
The official subreddit for the Godot Engine. Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and resources with each …
How can I use C++ in godot??? - Reddit
Jul 29, 2020 · enum godot_variant_type is defined in variant.h in godot_headers, it's used to say what information to expect. (in all the above examples, replace SomeScript with the script's …
How to print to console : r/godot - Reddit
Dec 11, 2019 · The official subreddit for the Godot Engine. Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and …
How do you detect a click on an object? : r/godot - Reddit
Nov 11, 2021 · The official subreddit for the Godot Engine. Meet your fellow game developers as well as engine contributors, stay up to date on Godot news, and share your projects and …
Get current resolution in Godot 4 : r/godot - Reddit
May 18, 2021 · Currently with Godot 4 (4.0 and 4.1), if you want to access the actual screen size (as in the monitor's resolution in pixels), this is the actual full code to get the Vector2 value:
An intro to Procedural Generation using Godot : r/godot - Reddit
Hey everyone! After using Godot for about a year, I wrote my first tutorial-article about the engine on procedural generation. It's the first of a planned three-part beginner series of posts about …