Problem with NuGet-Package Export Variables

Godot Version

4.4

Question

Hey,

I’m new to game development and have created a NuGet-Package for a 3D-BasePlayer, from which other player classes can inherit. The BasePlayer has variables with the “Export”-Attribute.

However, when I try to inherit from the BasePlayer class into another class, the exported variables do not appear in the inspector. Additionally, the inspector shows a warning that I have to rebuild my project, even though I already done so.

Has anyone encountered this issue and know how to resolve it?