Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Help with disable multitouch? (or maybe editing the manifest.xml file)

Discussion in 'Android' started by kalos, Sep 5, 2011.

  1. kalos

    kalos

    Joined:
    Dec 11, 2010
    Posts:
    121
    Hi guys



    I see this in the final manifest of my game.

    <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true" />

    ..., although I can not get any multitouch action going in my game. So, I'm thinking to delete it in the manifest to support more devices (i'm still not sure why it is in my manifest though....)

    Anyway we can disable it in Unity? Or maybe someone can help me edit the final manifest file and re-pack to apk file?

    My android manifest in the Plugins/Android folder has nothing to do with multitouch.

    Thanks!
     
    Last edited: Sep 5, 2011
unityunity