godot/platform/android/plugin
Fredia Huya-Kouadio 07cae26abe Remove the restriction on supported types for Godot Android plugins
The Android plugin implementation is updated to use `JavaClassWrapper` which was fixed in https://github.com/godotengine/godot/pull/96182, thus removing the limitation on supported types.

Note that `JavaClassWrapper` has also been updated in order to only provide access to public methods and constructor to GDScript.
2024-09-29 14:32:10 -07:00
..
godot_plugin_jni.cpp Remove the restriction on supported types for Godot Android plugins 2024-09-29 14:32:10 -07:00
godot_plugin_jni.h Add logic to unregister the Godot plugins on engine termination 2024-05-19 19:27:04 -07:00