Adam Agilino

Results 7 comments of Adam Agilino

So I have a problem.. adding the flatDir repo @rzrobert suggests will result in my case with: ``` * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure...

hi @juicycleff , I spent a lot of time trying to integrate that.. the output of the FlutterUnityIntgegration plugin looks like this: https://gist.github.com/adam-fu/569d3ca500021589e6d7f14ee41afc4f (the pastebin above expired I update it)......

So I have a closer look on the error message, for exmple Camera2Wrapper: ``` Duplicate class com.unity3d.player.Camera2Wrapper found in modules jetified-unity-classes (:unity-classes:) and jetified-unity-classes (unity-classes.jar) ``` The file inside the...

Hi @juicycleff , I finally understand my error. My unity project was outside of my flutter project. I think it needs to be stressed out more in the docs that...

this is somehow an issue for us since upgrading to flutter 3.0.x and adding the proguard settings fixed the problem. Is there any plan to add this to the new...

I had the same issue when building Andorid projec on ubuntut with unity engine 2020.3.19f1 using FlutterUnityIntegration-v4.1.0. i will try other combinations to see what works

Hi @xet7 , what could make sense is continue the registration and logging the user in and showing a warning about sending an email inside the app. But I guess...