GodotGetImagePlugin-Android icon indicating copy to clipboard operation
GodotGetImagePlugin-Android copied to clipboard

Godot plugin to select image from gallery or camera on Android device.

Results 1 GodotGetImagePlugin-Android issues
Sort by recently updated
recently updated
newest added

제 고도엔진 버전은 4.2인데 extends Button var _plugin func _ready(): if Engine.has_singleton("GodotGetImage"): _plugin = Engine.get_singleton("GodotGetImage") else : print("없음") func _on_button_down(): _plugin.resendPermission() _plugin.getCameraImage() 만드신 안드로이드 라이브러리 함수를 호출해도 아무런 반응이 없네요....