Native Android Activity And With Touchevents In Java Required Using Unity3d
I am using Unity and exporting the Unity Project as an eclipse project this results in a simple NativeApplication public class UnityPlayerNativeActivity extends NativeActivity {
Solution 1:
What I had works fine the issue is that android requires a meta-data to be added to the xml manifest to tell unity to pass events to dalvik
see UnityPlayerNativeActivity http://docs.unity3d.com/Documentation/Manual/PluginsForAndroid.html
Post a Comment for "Native Android Activity And With Touchevents In Java Required Using Unity3d"