-
I installed this from Asset Store, the version 0.5
It gives this error whenever I try to create a script:
modules/gdnative/nativescript/nativescript.cpp:1479 - No nativescript_init in "res://addon…
-
This is something I knew about already but it got me again recently. It is not mentioned in the docs here, as far as I can tell, and I think that's very important information that should at least be i…
-
Ok this is a very very very annoying problem. It used to be so that we would lazy bind function pointers. Now this is part of the generation code and we call ___init_method_bindings on every class whe…
-
I have a GDNative class extending `Translation`. When I call `_new` I get pointer to it where `_owner` field initialized to incorrect memory address:
```cpp
GodotI18n *i18n = GodotI18n::_new()…
o01eg updated
3 years ago
-
**Describe the bug**
The terrain does not appear in the viewport, but I can still manipulate it using the Terrain Editor. I am using the "Heightmap Plugin" addon with Godot 3.5.3.x on Windows 10.
Er…
-
I originally logged a question as part of the Godot QA as:
[https://godotengine.org/qa/46239/how-register-properties-with-custom-classes-nativescript](https://godotengine.org/qa/46239/how-register-pr…
Chekr updated
3 years ago
-
Hello.
I'm extremely new to C++, but I was able nonetheless to modify this plugin for my current needs.
And I'm able to compile it by running
```
cd godot-cpp
scons platform=windows generate_b…
-
_Versions: https://github.com/godotengine/godot/commit/245c99175c242bdc60a212cc84986b1a9ad5aa08, godot-cpp 123d9f0e9264dcc7206888fc96419b32feef00c8_
Lately I tried to bind a simple C++ class to God…
-
### The issue
Hey, I hope I'm in the right place with this, I've followed the example in the docs for c++: https://docs.godotengine.org/en/stable/tutorials/plugins/gdnative/gdnative-cpp-example.htm…
S3B4S updated
2 years ago
-
**Godot version:**
3.2 ~ 3.3.rc.custom_build.6da21f472
**OS/device including version:**
- Ubuntu 20.04
- OpenGL ES 3.0 Renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
**Issue descripti…