godot-cpp
godot-cpp copied to clipboard
C++ bindings for the Godot script API
### Godot version 4.2-stable ### godot-cpp version 4.2-stable ### System information Godot v4.2.1.stable - macOS 14.4.1 - Vulkan (Forward+) - integrated Apple M1 - Apple M1 (8 Threads) ### Issue...
I've been dealing with the exasperating problem of my registered/exported class properties getting reset to their default values in the editor every so often. For example, here's one that happens...
### Godot version N/A ### godot-cpp version 4.2.2 stable ### System information Windows 10 ### Issue description Building the Godot-cpp Bindings via the provided **SCons** and **CMake** setups in Windows...
Based on #1355 When CMake rewrite is merged, we'll probably need CI for CMake in addition to existing SCons one. CMake IOS build currently disabled since it's not fully implemented...
### Godot version 4.2.1.stable ### godot-cpp version godot-4.2.1-stable ### System information macOS 14.4.1 - Vulkan (Mobile) - integrated Apple M3 Max - Apple M3 Max (16 Threads) ### Issue description...
### Godot version 4.3.dev(11d3768) ### godot-cpp version 4.3.dev(e23b117) ### System information win11 ### Issue description This issue have existed for a long time, The reproduction steps are the same as...
### Godot version 4.3.dev (dad6c774b0) ### godot-cpp version 4.3.dev (e55b792fea) ### System information Windows 10 ### Issue description Noticed this when creating an EditorGizmo for a new node type -...
Generate compatibility layer between godot and godot_cpp at GDExtension level. - Fixes https://github.com/godotengine/godot-proposals/issues/9212
This PR allows this library to be installable. So the library can be built like this: Via CMake: ```bash cmake && make && make install ``` Or via SCons: ```bash...
### Godot version 4.2.1 ### godot-cpp version 4.2 ### System information windows 10 i5 ### Issue description can't hit break point no matter what i do using vccode and visual...