C++
Tag for discussions about C++ or contain C++ code.
Latest engine news:
Issue with URL Property in GDExtension Class Extended in GDScript (Godot4.2)
- xyz replied
- I'm encountering while working with the Godot Engine and specifically with a class called Cesium3DTileset that I've created using gdextension. I have extended this class in my GDScript, and I'm trying...
- W
_ready never called on inherited GDExtension node in Release x86_x64
- Haystack replied
- In this simple example, the _ready function will never be called on InheritedTest when the extension is compiled in Release x86_64 and is linking to libgodot-cpp.windows.template_release.x86_64.lib. I...