-
**OS:** Fedora 25 (with g++ (GCC) 6.4.1 20170727 (Red Hat 6.4.1-1))
**Step to reproduce:**
```
$ cd godot-cpp
$ scons platform=linux headers=../godot_headers generate_bindings=yes
```
And …
-
As you guys probably know, all objects in Godot can have metadata. This is accessed from code as:
```
obj.set_meta("key",value)
obj.has_meta("key")
obj.get_meta("key")
```
This metadata is …
reduz updated
5 years ago
-
hello,
would this be portable to godot 3.0 ?
how to help ? (I don't even see how to compile this for now ... hum ... -song of the eternal noob )
Olm-e updated
6 years ago
-
Godot V3.1.dev.custom_build.5d1ed78
Linux Ubuntu Studio 16.04
/* Description */
I try to execute all tutorials... but no one work! In Godot when run, see the message that not found the called nat…
-
To me, the terrain worked fine in the editor, but in exported game terrain didn't show up. I tried to peek into the .pck file to find any missing files, but no PCK viewer/extractor is compatible with …
-
hi, i would like to propose the addition of 2D Array as an Object just like Array is
if it will be an Object in Godot, here are some of its functions that i would like to propose
- **Array2D.sor…
-
**Godot version:**
Godot build accc51f3012e0010eba2c56b8ed48c11a0fee3a7
GDProcMesh build 39d39ab74ea4ee06150970e26e004f408e99652b
**OS/device including version:**
Windows 10, GTX 1060
**Issu…
-
I'm trying to setup [GDNative-demos](https://github.com/GodotNativeTools/GDNative-demos) with cpp, figured to ask here instead of there since Reference.hpp seems to be something provided by this repo.…
-
**Godot version:**
3.1 80d6bb7
**OS/device including version:**
Windows 10 Intel HD 4600
**Issue description:**
Sometimes when I change version of GLES from editor, editor silently exit.
So…
-
I saw that there's a ticket open for C# (_gag_), and wanted to know if there was any interest in utilizing Rust as a scripting language?
I know Mozilla just gave the Godot Engine team money for a Web…