In my game, cards can be arranged in straight and curved pattern. In the straight pattern, the anti aliasing seems fine but when in curved pattern, the edges of each card seems jagged. How can I solve this issue?
Things I have tried:
Increased samples to 100 from game.project with filter min LINEAR and filter mag LINEAR.
Increased max anisotrophy from material with filter min LINEAR and filter mag LINEAR.
What could be the solution for it?
PS: It’s not a problem in pc build only for andriod build.
I am using sprite for cards. I have copied the original render script and added one predicate to render “gui” below “tile” only. Also, copied the sprite material and added texture_sampler to increase max anisotropy. What went wrong? Can you please help?
I already answered you in Discord, that you can add padding to the card images to have aliases edges. There is an option in atlases. Have you tried that?