Reputation: 226
I am creating particle effect to simulate the street lamp. It looks good and smoothly on the ios and pc but there is some ring like the ripples on the android platform. Is there any thing I can do to fix it? Please check the screen shot for the detail.
Upvotes: 1
Views: 124
Reputation: 4841
Looks like you are using Unity. Please check image compression and displaying parameters for your build, looks like this is an issue with number of colors in result render(16 bit on android and 24/32 bit on iOS/PC).
Upvotes: 1