Hello, I was wondering if anyone had information on what changed in Unity 5.2 to the plugins directory. The plugins I have that work in 5.1 and previous platforms no longer work in 5.2 .
I am overriding the manifest file, and unity activity as well as adding some additional class files. I dont see information on what has changed from 5.1 in the API docs.
Just additional information, i am now getting the error:
Unable to start activity ComponentInfo{com.my.app/com.my.app.WebViewActivity}: in 5.2, but worked just fine in 5.1.
I tried your package, but I think because we have our own manifest files and updated application views it doesn’t work and throws compile errors. I do think that you set me down the right path though, and im going to make sure the resources folder gets compiled in with the Jar we have created. Ill update this once i get it working correctly.
Do you know if i could just throw the resources in a .aar library and unity would use it? What exactly was your package trying to do? just move the res directory under a second directory?