godot-camera-plugin
godot-camera-plugin copied to clipboard
Plugin needs to be updated to support released Godot 3.2 API
See: https://github.com/godotengine/godot/issues/32827
Currently a compilation error occurs here: https://github.com/funabab/godot-camera-plugin/blob/654319f0a663145c9481e887c510e3a3df4ad7bd/android/godot-camera-plugin.funabab/src/org/godotengine/godot/funabab/camera/FunababCameraPlugin.java#L57
(via)
See also: https://github.com/funabab/godot-camera-plugin-demo/pull/1
Related:
-
PR which exposes replacement functionality & includes some docs: https://github.com/godotengine/godot/pull/32858/files
-
Another plugin project's patch to support the replacement functionality: https://github.com/Shin-NiL/Godot-Android-Admob-Plugin/commit/9bface03e9b5c578a49b7cca7d751f5bb8056cd5
See https://github.com/funabab/godot-camera-plugin-demo/pull/2 for a fix.