Godot Version
v4.4.1.stable.official [49a5bc7b6]
Question
I’d like to write a GDExtension that extends the abstract Noise class. I’ve got things set up so it works when I extend Resource, but if I extend Noise instead, I get errors when the Godot editor tries to load it.
What’s the right way to subclass Noise with GDExtension?