Hello Guest

Author Topic: Putting texture into Sprite Collection overrides certain texture import settings  (Read 2943 times)

JeffEverett

  • Newbie
  • *
  • Posts: 1
    • View Profile
Prior to inserting the texture into the Sprite Collection, I'll have the import settings set to having a max size of 64 and a format of ARGB 32-bit. Once I put the texture into the Sprite Collection, however, those settings are changed to max size of 4096 and a format of automatic truecolor. Attempting to change these settings after doing so yields no results.

Is it possible to somehow revert those settings to what they were while keeping the texture in the Sprite Collection or is it necessary to downscale the texture in Photoshop?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
You will need to downscale the texture in Photoshop. There is no way to identify a user overridden value vs a Unity default (1024) which makes it impossible to import a larger texture otherwise.