
Godot Engine: standard or .NET one? : r/godot - Reddit
Sep 28, 2023 · Godot 4 doesn't have mobile or web .NET builds yet in the stable release, because they're migrating away from Mono and couldn't get everything working in .NET 6, but …
Move object towards a fixed point : r/godot - Reddit
Jan 7, 2024 · 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 …
Godot: your free, open-source Game Engine - Reddit
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 …
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
As some one who has been gaining a huge interest in game dev I found out about Godot a while ago. While searching for tutorials online I found this Thread from 2023 and was wondering …
How can I use C++ in godot??? : r/godot - Reddit
Jul 29, 2020 · Make sure to include the godot-cpp/include, godot-cpp/include/core, godot-cpp/include/gen and godot-cpp/godot_headers directories, and link against the static library …
Hot Tip: Careful Using "is_action_just_pressed" in the "_input
I would generalize the tip more to: don’t directly query the input state in event handler functions. That is, don’t use the Input singleton in the input methods. The Input singleton bypasses event …
Help with Y-sorting : r/godot - Reddit
Oct 21, 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 …
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 …
New Feature "Global Groups" vs "Scene Groups", but what's the
Here 's the PR for anyone looking, and an explanation in this comment: essentially both types of group behave the same in game, but global groups can be managed from the 'global groups' …