- Home /
How can I prevent my Texture2D filter mode from reverting to Bilinear from Point?
When publishing my Unity sample game to either a web player or to Android, I find that my texture atlas's Filter Mode reverts to "Bilinear" even though I explicitly set it to "Point".
How can I prevent this? Bilinear looks incredibly blurry and horrible, and I need to retain the crisp pixel edges.
I'm seeing the same issue without even publishing the game. See$$anonymous$$gly randomly the filter mode gets reset to bilinear.
Your answer
Follow this Question
Related Questions
2D sprites - Can I use point filtering without getting the "rippling" effect when the camera moves? 2 Answers
How to aim at the point you're touching? 1 Answer
Filter Mode : Point giving me the best quality vs Bilinear & Trilinear 1 Answer
Tracking Touch Points on Screen for Mobile Devices 1 Answer
Terrain Details Point Filtering? 0 Answers