So, i'm facing issue regarding version of Unity. So, the thing is i'm importing a plugin(.aar)files from android to unity just like creating a folder in Assests/Plugin/Android which were i needed my project.
So, I do have two version of unity: 2019.4.6f1 and 2020.1.2f1 and also I do have created exact project with same settings in both version with same .aar files and all. But, my project works on 2019.4.6f1 perfectly. But, not on the 2020.1.2f1 version.
Because, I need to use this 2020.1.2f1 version to integrate plugin of android with other app which is now running on 2020.1.2f1.
Does 2020.1.2f1 version has issues for Gradle, manifest or proguard rules files?
↧