- Home /
Smooth edges on android
In Unity my game has very good graphic but when I build and run it on my android phone i have this problem
You can see how the edges are not smooth. My objects are all unity primitive shapes. I try using anti aliasing but no result.
Thanks
Answer by Vicarian · Aug 16, 2018 at 02:49 PM
It's definitely a quality setting. AA is only enabled for certain quality settings and I think Android games default to pretty low quality. You could try deleting the other quality presets apart from 'Fantastic' and run a rebuild. Do be sure to back up your project before doing that, though.
Your answer
Follow this Question
Related Questions
Trouble getting to DIRECTORY_MUSIC in Android 0 Answers
Unity 5: PlayerPrefs/Application data resets Graphics on Android device 0 Answers
How to open a popup panel asking to restart application after graphics setting adjustment? 0 Answers
Dynamically changing a mesh doesn't work on mobile? 0 Answers
how to enable Compute shaders for OpenGL ES 3.X in Unity 5.1.x? 1 Answer