Lamelynx / GodotGetImagePlugin-Android

Godot plugin to select image from gallery or camera on Android device.
MIT License
73 stars 5 forks source link

Demo project showing Could not load plugin ? #18

Closed pyrovoice closed 2 months ago

pyrovoice commented 3 months ago

Hello, I got the demo project after failing to make it work in my project, but the demo also shows that the plugin is not loading correctly there. Is there additional steps to be doing after unpacking the release to addons and enabling it in Godot? Thanks Godot version 4.2.1

Lamelynx commented 3 months ago

Hi, you need to either rebuild the plugin for your Godot version or use Godot 4.2.0.

pyrovoice commented 3 months ago

Building for 4.2.1.stable or running the demo on 4.2 stable releases also do not work

Lamelynx commented 3 months ago

What device are you running the project on? Do you have an ADB output?

pyrovoice commented 3 months ago

windows, no ADB output

Lamelynx commented 3 months ago

The plugin won't load on anything besides android. You need to run you app on your android phone.