Unity 2019.3.X Potential Issue
Resolve building issues with some Unity 2019.3.X versions
If there is mainTemplate.gradle
file in your project and you use Unity 2019.3.X there might be building errors like:
To resolve it, please create settingsTemplate.gradle in project’s Assets/Plugins/Android
directory. Add this code to the new file:
Last updated