I wanted to change DefaultPackerPolicy for my game. I found sample code here;
http://docs.unity3d.com/Documentation/Manual/SpritePacker.html
The value I wanted to change is entry.settings.compressionQuality
I have to pass some integer to this. I can’t find any information on what this value is or how to change it.
Can anyone provide some help on this?