Hello Guest

Author Topic: Feature request: 8192-sized atlases  (Read 3277 times)

JJC1138

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 12
    • View Profile
Feature request: 8192-sized atlases
« on: March 05, 2015, 09:57:38 pm »
Hello. I just have a very quick feature request:

Unity 5 supports 8192x8192 textures, so I'd like 2D Toolkit to have support for them too.

It looks like a verrrry easy feature to add too. I just searched for 4096 in the sources, added 8192 to allowedAtlasSizes, and changed the importer.maxTextureSize to 8192 in three places, and that seems to have worked fine! :)

Thanks!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Feature request: 8192-sized atlases
« Reply #1 on: March 07, 2015, 01:49:30 pm »
I've added it to the codebase, will be in the next update.