multiple plugins Unity 4.1.2

半城伤御伤魂 提交于 2019-12-24 13:19:23

问题


I want to use two plugins at the same time.They work perfect individually.But when I use them both at the same time , one does not work but another works or vice versa.

I have already read these links :

Cannot start activity on Android through Unity

http://forum.unity3d.com/threads/184960-Unable-to-start-activity-NullPointerException

http://forum.unity3d.com/threads/149089-Android-Plugin-multiple-Android-Activity-problems?p=1058651&viewfull=1#post1058651

but It still crashes.Giving me NullPointerException : Unable to instantiate actvity component info.

I have declared activities in the AndroidManifest,But I dont know whats wrong. I am getting null pointer exception at super.Oncreate(saveInstanceState); after firing an intent.

Please help me out.I am stuck here.

来源:https://stackoverflow.com/questions/18118209/multiple-plugins-unity-4-1-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!