Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Merge AndroidManifest Files in Unity3D

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.56k
    Comment on it

    Hello Readers !!

     

    Today we are going to discuss a very interesting point regarding the Android Port.

    We can build simple games without any third party plugins. But if you are using third party plugins then every plugin comes with his own AndroidManifest File.

    This Manifest file contains all the required information related to the plugins. Some of the plugins work on defined SDK version only. So SDK details, Name, Version and all other information are in the file.

    So every AndroidManifest file is very important for the plugin.

     

    Unity handles these Manifest files automatically but the main point is a path. Normally each plugin uses the following path to store the AndroidMenifest file and that is:

    Plugins > Android > AndroidManifest.xml

     

    But issue is that you can't override these files manually. But you need to put same files at same locations.

    This can be done by changing the extension. But Unity needs .xml extension only.

    So that's is very important point here. 

     

    We can add one more extension with AndroidMenifest.xml file. i.e. example

     

    We can add AndroidManifest.example.xml file with same path. Then Unity will merge all the files and you will able use different Plugins.

     

    Try this and have fun.

    Let me know if you have any query in this. Till then Keep Coding...

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: