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.
Latest engine news:
- T
Node not found when I try to use get_children_count() or get_children().size()
- tms87 replied
- Im getting a Node not found error when I try to use the get the childrens count with "%SpawnPositions.get_children().size()" or "%SpawnPositions.get_child_count()". The reference works if I use print(...
- O
General error during conversion: Unsupported class file major version 64
- OofStatement replied
- Hi everyone What does this error message mean in Godot 4? General error during conversion: Unsupported class file major version 64 java.lang.IllegalArgumentException: Unsupported class file major vers...
In VehicleBody3D how do you reduce the wheels turning when accelerating?
- JayBanana started
- I’m making a car game, I would like the front wheels to steer less when going fast, steer more when slow. This is to emulate the real-world car physics that when you go faster you can’t steer sharply ...
Using Autoloaded script as a name_space for EditorProperty types...
- while-free- started
- I'm trying to create a name_space for my plugin. I've created an Autoload global script, which holds preloaded constants to my property classes. For example: const Type = preload("res://addons/my_addo...