Skip to content
Advertisement

Tag: unity3d

Use custom Manifest file and permission in Unity?

Im currently trying to program a little game for android with Unity3D. Because I want a visible status bar, I modified the AndroidManifest in the Project Folder (C:UsersPublicDocumentsUnity ProjectsProjectNameTempStagingArea) like this : But everytime i generate the APK, unity changes the Android Manifest to this : Unity3D does change my modified Manifests everytime? Answer You are modifying the wrong AndroidManifest

Advertisement