utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
372 stars 42 forks source link

Godot 4.2 - Could not find type "FmodNative" #192

Closed fijaniques closed 1 month ago

fijaniques commented 5 months ago

Hi, couldn't find this issue anywhere, so i'm sorry if there is one

I'm using Godot 4.2, and in the Fmod.gd there is:

godot_fmod: FmodNative

But there's no such type as FmodNative

bitbrain commented 4 months ago

@fijaniques which addon version are you using?

fijaniques commented 4 months ago

I'm using the FMOD 2.02.17 for Godot 4.1.1 stable v1.0-alpha-4 , but I just saw this:

FMOD version 2.02.17 and Godot 4.1.1 stable are supported

I'm using godot 4.2

CedNaru commented 3 months ago

FmodNative is an old type that was used in the Godot 3.x release of the plugin. Are you sure you weren't missing new files ? Like updating the libraries but not the scripts inside the addon ?

3ter commented 1 month ago

It seems pretty obvious that @fijaniques isn't using the current code version. @CedNaru Could you please close the issue to not repel users looking for an Fmod integration for the latest Godot 4 version?