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
Fix Android Resolver unable to resolve mainTemplate.gradle in Unity 2022.2+ or 2023.1+ (#547)
Later version of Unity (2022.2+ or 2023.1+) changed the way to specify
Android Gradle plugin version. As a result, `AndroidGradlePluginVersion`
getter would fail to find the version and Android Resolver would fail
when `mainTemplate.gradle` is in use.
This fix searches Android Gradle plugin version using two regex to
ensure Android Resolver can find the version in any Unity version.
Also fixed the reflection exception because Unity added a new version of SetApplicationIdentifier() in 2021
0 commit comments