Unity3D Tips:Add AndroidManifest
How add AndroidManifest
- Copy $(UNITY_ROOT)/Editor/Data/PlaybackEngines/androidplayer/AndroidManifest.xml.
- $(PROJECT_ROOT)/Assets/Plugins/Android.
- Edit that file to include everything needed by both of your plugins.
- Build and enjoy!