Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
- D
Adding background to VBoxContainer that shrinks / expands with its contents
- darimoma replied
- First post here, so apologies if I’m asking in the wrong place or phrasing / formatting this incorrectly. I have a bit of UI that appears at the bottom of the screen, which shows a bunch of option but...
How can I bind a method that uses an Enum as a parameter using godot-cpp 4.2?
- xuwzen2024 replied
- The code provided below fails to compile: namespace CesiumForGodot { enum class TilesetSource { /** * The tileset will be loaded from the specified Url. */ FromUrl, /** * The tileset will be loaded fr...
- U
Why does my RigidBody3D not keep it's frozen position relative to parent?
- Umble replied
- Hi, I'm putting together a football/soccer match engine as a learning exercise and I've run into a problem trying to freeze/attach a the ball to one of the players. Here's what happens: Players move t...