Search Unity

What does "Override for Andorid" do?

Discussion in 'Getting Started' started by avinsinanan, Apr 21, 2017.

  1. avinsinanan

    avinsinanan

    Joined:
    May 23, 2016
    Posts:
    44
    Hi,

    I am building a game for Android using UNITY and I saw when I click on the Sprites this option comes up in the Inspector (I attached a picture below). Can anyone tell me what these settings do? I am hoping it helps me reduce the overall size of my APK file when I build in the end. Any advice?

    upload_2017-4-21_16-38-41.png
     
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,205
    Texture formats relate to the storage of the texture in video memory. Some of them may not be universally supported.

    https://docs.unity3d.com/Manual/class-TextureImporterAndroid.html

    Everything else - size of the texture, compression quality, etc - is self-explanatory.