Search code examples
androideffectsparticles

particle effect display badly ripple on the android


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.

enter image description here


Solution

  • 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).