I had downloaded and try the ScoreloopUI SDK from scoreloop website and now I am thinking to added the ScoreloopUI library into my Unity Android Project. Unfortunately I can’t find a good way to compile the ScoreloopUI into a JAR and let me safely called from Unity Project. Anyone please help.
- I did build a plugin for my Unity Project that extends the UnityPlayerActivities.
- I had build a jar file from the ScoreloopUI library, but when I came back to Building from unity, it pops some manifests error that i had solved. But after that I get a repackaging error.
I am thinking to build a standalone JAR/SO library file so that I no need to includes the activities from my game. But i dunno how to start it.