pablojimenezmateo / GodotAndroidBluetoothPlugin

Android Studio project for GodotAndroidBluetooth
35 stars 5 forks source link

Invalid call. Nonexistent function 'bluetoothStatus' in base 'Nil'. #3

Open peakpwr opened 1 year ago

peakpwr commented 1 year ago

Hi there, I try to make this plugin work with Godot 4.1 I already adopted some of the syntax of 4.1 and imported the demo project into the editor.

I get the error Invalid call. Nonexistent function 'bluetoothStatus' in base 'Nil'.

I think it might have something to do with the change from getMethods() function to @UsedbyGodot annotation?

Thanks

AssimiIation commented 11 months ago

I am also getting this error using Godot 3.4.4. I even get it while trying to run the demo. It seems like the singleton is not being loaded as it should