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
Before this change, `Explode Aar` option in Android Resolver settings
only applies when `Export Project` build setting is enabled, while
Android Resolver always explode Aar libraries when the build setting
is disabled.
This changes `Explode Aar` option to be applied no matter
`Export Project` build setting is enabled or not. It is still
recommended to enable this option for older version of Unity (5 to 2018)
since certain version of Unity may generate broken Gradle project.
0 commit comments