2D Toolkit Forum

2D Toolkit => Support => Topic started by: MasterMedia on April 11, 2013, 05:30:15 pm

Title: TK 2d Resizes texture and makes them (NPOT) non power of 2?
Post by: MasterMedia on April 11, 2013, 05:30:15 pm
Hello how can i have Tk 2d not resize my textures also i do not want then NPot and i need them compressed to Pvrtc 4 bits, how can this be done?
Title: Re: TK 2d Resizes texture and makes them (NPOT) non power of 2?
Post by: Afro-Ninja on April 11, 2013, 08:18:51 pm
click on the texture in the project hierarchy to bring up the properties inspector. change the texture type to 'advanced,' and then below that change the power of two to none.
there are also compression options below that but I'm not sure if it supports exactly what you're asking for.
Title: Re: TK 2d Resizes texture and makes them (NPOT) non power of 2?
Post by: unikronsoftware on April 12, 2013, 12:15:51 am
I take it you're referring to the source textures - Unity & tk2d doesn't use your source texture after it builds the atlas out of it, so it doesn't really matter what format it is set to (it needs to be NPOT, uncompressed for buildign the atlas, though).

If you need your atlas to be compressed - just set that in the sprite collection settings (set it to compressed) and commit.