You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When switching to the Unity 6, build fails in unity with this error:
Launching lib\main.dart on ASUS Z017D in debug mode...
Running Gradle task 'assembleDebug'...
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file 'C:\Projects\UNITY projects\improvio\android\unityLibrary\build.gradle' line: 2
* What went wrong:
A problem occurred evaluating project ':unityLibrary'.
> Could not read script 'C:\Projects\UNITY projects\improvio\android\shared\keepUnitySymbols.gradle' as it does not exist.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':unityLibrary'.
> compileSdkVersion is not specified. Please add it to build.gradle
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Error: Gradle task assembleDebug failed with exit code 1
To Reproduce
Steps to reproduce the behavior:
Switch unity version to 6 (preview)
Build release flutter from unity
Build flutter app
See error when build failed
Expected behavior
Build app
Screenshots
Unity (please complete the following information):
OS: Windows 11
Unity 6 Preview
Smartphone (please complete the following information):
Device: Asus
OS: Android
Version 8
Additional context
It may be still preview, bud it appears that it will need some changes to fix.
The text was updated successfully, but these errors were encountered:
Jeslti se mohu zeptat, v jakém stavu se tedy nachází fix?
V Unity 6 je práví řada nových funkcionalit, které by se nám výrazně hodili, případně jestli se musíme spokojit zatím s nižší verzí.
EDIT: translation (timbotimbo)
If I may ask, what is the condition of the fix?
There are a number of new features in Unity 6 that we could use, or if we have to settle for a lower version for now.
Describe the bug
When switching to the Unity 6, build fails in unity with this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build app
Screenshots
![image](https://private-user-images.githubusercontent.com/151827967/342639651-5ec40230-cfca-41ff-ad98-09016ee4339c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzU5NjMsIm5iZiI6MTczOTU3NTY2MywicGF0aCI6Ii8xNTE4Mjc5NjcvMzQyNjM5NjUxLTVlYzQwMjMwLWNmY2EtNDFmZi1hZDk4LTA5MDE2ZWU0MzM5Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMzI3NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNzE2NTYyYjFlMTY2NTA5NWEwMzUyMzE3OWI1OTM3NzNlODBlMjk4YTI0Y2E3Nzk4MWFmMzE1OTFjODU2YzNlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.UcVc_g7_TjM7Y-fiCgOPF9ieUaxBNiv8jh95hP_4nJo)
Unity (please complete the following information):
Smartphone (please complete the following information):
Additional context
It may be still preview, bud it appears that it will need some changes to fix.
The text was updated successfully, but these errors were encountered: