-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal exception on Godot 3.3.2 #68
Comments
It's because godot changed Godot.java from FragmentActivity into Fragment class since 3.3. --- a/app/src/main/java/io/cgisca/godot/gpgs/PlayGameServicesGodot.kt
@@ -435,4 +435,4 @@ class PlayGameServicesGodot(godot: Godot) : GodotPlugin(godot), AchievementsList diff --git a/settings.gradle b/settings.gradle --- a/app/build.gradle dependencies {
|
The plug-in works perfectly when exporting on Godot 3.2.3
Now when using Godot 3.3.2, the following issue arises, from logcat:
The text was updated successfully, but these errors were encountered: