-
### Tested versions
In Godot 3.6, in the box created by export var a:GDScript, scripts cannot be dragged in and referenced.
![Image](https://github.com/user-attachments/assets/8ae37a71-b9ce-43b1-ad2e…
-
**Describe the bug**
RayCast3D's `get_collision_face_index()` doesn't work at all
I tested this with the .NET build and originally stumbled across it with C# scripts, but it seems to be non-functi…
-
Just discovered this myself, the docs for EditorExportPlugin._get_name state
> Return the name identifier of this plugin (for future identification by the exporter). The plugins are sorted by name be…
-
Example:
```rust
#[derive(GodotClass)]
#[class(init, base = CharacterBody2D)]
pub struct Herbivore {
#[var(get, set = gdscript_set_health)]
pub(super) health: f64,
}
#[godot_api]
impl Her…
-
### Describe the project you are working on
I'm currently porting a java game that heavily uses anonymous classes amongst other things.
I've managed to cope with things like passing from java's gene…
-
I've started experimenting with adding [GDScript](https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_basics.html) support, the scripting language used by the [Godot Engine](h…
-
### What Happened
I thought, 'How can `delta` from `every frame` be obtained without creating that variable?' I created the variable with the exact name `delta` and printed the result which was a f…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
There are some cases where users run into limitations using Godot with …
reduz updated
1 month ago
-
### Godot version
4.2.2 stable
### VS Code version
1.89.1
### Godot Tools VS Code extension version
2.1.0
### System information
Ubuntu 24.04
### Issue description
When opening a non-Godot wo…
-
Started Learning GDScript