2D Toolkit Forum
2D Toolkit => Support => Topic started by: JJC1138 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!
-
I've added it to the codebase, will be in the next update.