Hi,
I’m in the process of building my first plugin for android and there’s something that I can’t make out. I have seen other plugins access for example “currentActivity” member of UnityPlayer class. I can’t find any information about this and the other properties/method this class have. I have been diving through the unity android template and can’t see it either. I suppose it comes pre-compiled or something. Could anybody point me out where to find this information?
On the other hand, Is it enough to inherit from one of the Unity base activity classes and ad it to the Plugins/Android folder pointing it from the manifest file?
Cheers.