Hello,
I have a .so file I need to use on my android game.
I have read http://unity3d.com/support/documentation/Manual/Plugins.html and it works fine when you invoke the native code with DLLimport.
The problem is that I also need to have the native code do callbacks into C# code, something the tutorial does not mention. How do you handle this the best way?