juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 504 forks source link

Error while trying to build my flutter app using flutter unity widget , Execution failed for task ':app:checkDebugAarMetadata'. #948

Open Yehya403 opened 1 month ago

Yehya403 commented 1 month ago

I am new to Unity and flutter unity widget at first I followed all the instructions in the readme file then I prepared the unity project and exported a release after I tried to build for the first time I got an error that says project with path xrmainfest.androidlib couldn't be found in project unityLibrary I found an issue on this repo that solves this by placing the line include ':unityLibrary:xrmanifest.androidlib' in the settings.gradle file and after that the old error was fixed but I got a new error

How can i fix this ?