-
Notifications
You must be signed in to change notification settings - Fork 34
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
Errors stop building to APK #48
Comments
I figured out the problem. It was caused by the .asmdef files. I checked the unity assembly definition document here. The problem is caused by the editor mode code in:
To solve the problem, follow the following steps show in the unity document:
After making the above changes, I can build the APK now. Although this works, I still recommend the project members to fix this problem in next version. |
Thank you @cz2011301070 for the bug report! @bnco-dev says that there will be mini-release soon to address this, and there are also fixes incoming for Q3 builds with Vulkan. |
Thanks @cz2011301070 and @sebjf. Addressed in f769c71. Fix in v1.0.0-pre.2. |
Here is the steps that I did to encouter the errors:
I also tested the release version and had same problem
The text was updated successfully, but these errors were encountered: