James Allen
James Allen
In older versions of flutter_unity_widget, configuration steps to configure iOS might have changed from the current ones on pub.dev. Also, the unity packages that you have to import might be...
Just an update on this: I also encountered this issue today. I'm not entirely sure what caused it, but it was after deleting my unity project files and restoring it...
What is at `'C:\Users\myName\Desktop\AppsPro\unityPlayground\android\unityLibrary\build.gradle' line: 74`? Have you tried running with --stacktrace, --info or --debug? If you're using Android Studio [here's how to do that](https://stackoverflow.com/a/21674403/40952)
I noticed that you're not using Unity 2022.1.1 which is the version which the current package supports. Are you using the latest version of the package and have you tried...
- What version of Unity are you using? - What version of the package are you using? - Have you followed all the setup steps in the [readme](https://pub.dev/packages/flutter_unity_widget) including adding...
I would try using the Unity version which matches the package (2022.1.1) as there may be differences which will affect the package. Without more information to go on it's difficult...
What version on Unity are you using?
I had this problem, but it was a problem with my Unity project, not the flutter package (if I remember correctly I wasn't initialising my AR manager or AR session...
@Holosynthetic thanks for the fix, had the exact same issue and this resolved it for me. The code has changed a bit in the latest version, so it's now: ```...
> Hi, I've a similar problem but with Android. I would like understand if solutions writed in this issue work also on Android. Thanks and sorry for my english No...