I searched on the forum but did not find any tips on this so I guess it is features request.
When creating pixel perfect UI, some default behaviors are quite annoying :
- Would it be possible to keep the Filtering mode (as well as most others setup) of atlas textures when updating it ?
I'm making a pixel perfect UI and each time I need to switch Filtering from Trilinear to Point. - Does any options exist inside Unity to force a perfect 'in-place' positioning of duplicated object ?
Currently when you do this, the transform positions and scales get messed up with small floating numbers, and since I need it to be pixel perfect I can't help but to round all these back to original position (maniac behavior ?). - Would it be possible to reorganize the order of images inside an atlas ?
For example the new Disabled Button feature require me to add a Disabled Sprite button to a previously created Atlas but now this sprite lies at the end of the Atlas and isn't grouped with the others button textures. - Finally, Would it be possible to give a second view style to the sprite selector ?
Currently you need to directly select the image or know its name but it's getting hard to select the correct sprite in a very huge or tiny Pixel perfect GUI Atlas.
Being able to see the sprite list with names next to thumbnails would be awesome.
This is all small things that in the end takes times and could be avoided, even if I'm sure it would require a lot of work and researches for you to fix this...
I hope you could give me your impressions on these requests.
Thanks for NGui, Best UI Asset I try so far !