-
Notifications
You must be signed in to change notification settings - Fork 129
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
FileNotFoundException and nothing exported #55
Comments
@nicwhitts did you run the React Native export from within Unity? |
Hey, |
Let me try and remember what happened here. Iv been using it again successfully. |
Post your Build.cs script and il take a look |
Actually, it could of been this fix in build.gradle:
Changing to unityLibrary instead of unityExport There may be some other places I had to change this if i remember correctly. But maybe not! Let me know |
Hi, thank you for your answers. So far I changed it in the build.gradle : include ":unityLibrary" As well as settings.gradle: flatDir { But still, I need to check "Export Project" for my build to work. |
Hi, @nicwhitts , or @Arnaod have you made it work already? I've tried Arnaod's changes but no luck |
Hello!
I'v been using this package for some time, but recently upgraded unity to version 2020 as it was the only way to fix a Unity bug.
But now when exporting android, I receive the error message:
Is this error causing the export to fail or is the error appearing because nothing is exported (there's noting in the UnityExport folder)
The text was updated successfully, but these errors were encountered: