utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
482 stars 52 forks source link

"Could not find base class 'FmodEditorExportPlugin'" #242

Closed Maslk567 closed 2 months ago

Maslk567 commented 3 months ago

This line in the "FmodEditorPluginProxy.gd" script is giving me the above error and is preventing me from enabling the add-on in project settings.

extends FmodEditorExportPlugin

I'm using Godot 4.2.1 on Windows 11 Screenshot (806)

CedNaru commented 3 months ago

We had several people reporting having this issue. We are going to remove that file in the next release, the bug that made us create it in the first place has been fixed. We don't know why it fails to load for some people sadly. You can try to delete your .godot directory and force the engine to refresh its cache, but it doesn't seem to work for everyone either.