Closed foxyseta closed 4 years ago
What you are doing looks correct; what is the actual question? :)
The thing is, I was able to make it work only when I unzipped your .aar and edited the code from there: simply saving these files as normal assets was of no use. In order to work with Unity assets, am I supposed to prepare both a values
folder, a values-v14
folder and so on?
It is totally fine to unzip the aar and edit manifest/resource files there, and zip it again. I would even say it's the easiest; having values
folder in your project may need some extra effort.
The plugin itself works fine, but I'd like to tweak the standard theme a little bit as well. Here's what I did to the original
Assets/Plugins/Android/AndroidManifest.xml
:And here's the XML file in which I defined a new style (
Assets/Plugins/Android/res/values/styles.xml
):Thanks in advance!