Godot-Android-Samples icon indicating copy to clipboard operation
Godot-Android-Samples copied to clipboard

Collection of Godot Android plugins

Results 6 Godot-Android-Samples issues
Sort by recently updated
recently updated
newest added

I am trying to embed Godot view in my flutter android app. Here is the [complete source code](https://github.com/kyadalu1/GodotFlutterSample) Flutter allows embedding native views. Check [here](https://docs.flutter.dev/platform-integration/android/platform-views) for more info I am...

In the source file, https://github.com/godotengine/godot/blob/master/platform/android/java/lib/src/org/godotengine/godot/Godot.kt I saw the notes: * Can be hosted by [Activity], [Fragment] or [Service] android components, so long as its * lifecycle methods are properly invoked....

When the models rotating, the shadows update once after several frames.

Good afternoon. Could you please suggest a solution where I can use View from android studio along with godot scene tree? Let me describe the situation: I'm trying to combine...

Android now recommends to use `registerForActivityResult` instead of `onMainActivityResult` & `onMainRequestPermissionsResult` but it looks like it is not possible to use `registerForActivityResult` as it requires `Activity` or `Fragment` Is it...

I am trying to embed `GodotView` in my `react-native` app for `android`. I am following [this](https://reactnative.dev/docs/next/the-new-architecture/pillars-fabric-components) documentation over here which allows `react-native `to embed any native view from android I...