About 6,970,000 results
Open links in new tab
  1. 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 other.

  2. 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 .NET 8 support …

  3. 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 that's in …

  4. Best Godot Posts - Reddit

    Godot shows you a pop up window when you try to create something new, with a little text search at the top. Why not context menu with submenu with submenu with submenu?

  5. Godot: The open source game engine - Reddit

    Jan 5, 2014 · r/godot: A community for discussion and support in development with the Godot game engine.

  6. Switch or Case statement in Godot? : r/godot - Reddit

    Jun 21, 2020 · Help I've a section of code that I implimented using a whole bunch of nested if-statements. I really need some sort of Switch or Case function in the Godot scripting language. Does …

  7. 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 propagation …

  8. Give me your honest thoughts on Godot (vs. Unity) - Reddit

    Godot isn't trying to compete with those kind of large production use cases, it's more focused on the small teams and solo Devs. Godot is a joy to use and my default choice. Unity and Unreal are huge …

  9. List of Video and Written Tutorials : r/godot - Reddit

    Feb 4, 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 resources with …

  10. When to use call_deferred and how to use it in Godot 4.2 : r/godot

    Feb 6, 2024 · I learned of call_deferred and set_deferred as a safer way of calling methods like instantiating scenes with physics objects, and I did a little digging that in Godot 4, the syntax has …