Skip to content

Why a [native_extensions] field in the test/project/project.godot ? #1860

@touilleMan

Description

@touilleMan

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:

[native_extensions]
paths=["res://example.gdextension"]

However, as far as I know, this entry has no use:

  • searching for native_extensions in 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

No one assigned

    Labels

    bugThis has been identified as a bug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions