-
-
Notifications
You must be signed in to change notification settings - Fork 688
Open
Labels
bugThis has been identified as a bugThis has been identified as a bug
Milestone
Description
Godot version
n/a
godot-cpp version
n/a
System information
n/a
Issue description
The project.godot in the tests contains a [native_extensions] entry:
godot-cpp/test/project/project.godot
Lines 18 to 20 in 5910c0e
| [native_extensions] | |
| paths=["res://example.gdextension"] |
However, as far as I know, this entry has no use:
- searching for
native_extensionsin Godot and Godot-CPP source code doesn't return anything - no other projects that I know of use this entry
- obviously not providing this entry doesn't prevent the extension from being loaded and used by Godot ;-)
So I think this entry should be removed, as it is misleading (especially since it is totally undocumented and Godot-CPP is most likely regarded as providing "the right way"® of doing thing regarding GDExtension usage)
Steps to reproduce
n/a
Minimal reproduction project
n/a
Metadata
Metadata
Assignees
Labels
bugThis has been identified as a bugThis has been identified as a bug