-
### Describe the project you are working on
I have a lot of projects with the same name in different folders. and want to visually organize them better so I can make sure I'm launching the right one.…
-
To handle custom Resource formats, one needs to define `ResourceFormatSaver` and `ResourceFormatLoader`, and register them with `ResourceSaver::add_resource_format_saver()` and `ResourceLoader::add_re…
-
If make a change to a script (e.g. add a comment) and run beautify without first saving, it undoes the changes; unless I move away to another script and back. Obviously Godot is saving it in a tempor…
-
This issue tracks the state of this module in regards to GDExtension.
It has been a long term goal to port this module to a dynamic library that can be shipped as a Godot plugin, which would allow …
-
### Godot version
godot 4,2 beta5
### System information
Windows and Linux
### Issue description
Crash:
```
================================================================
handle_…
-
### Tested versions
4.3.dev 4.3.stable 4.4 beta
### System information
Windows 11 - Godot 4.3 - Forward+
### Issue description
Issue is caused by this [line of code](https://github.com/…
-
### Godot version
4.1.1
### VS Code version
1.83.1
### Godot Tools VS Code extension version
1.3.1
### System information
Windows 10
### Issue description
Adding breakpoint…
-
- *Related to https://github.com/godotengine/godot-proposals/issues/5692.*
### Describe the project you are working on
The Godot editor?
### Describe the problem or limitation you are having …
-
### 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)
##…
-
I wrote a process function like so, forgetting its `delta` argument.
```rs
use godot::prelude::*;
struct Example;
#[gdextension]
unsafe impl ExtensionLibrary for Example {}
#[derive(GodotC…