While taking the android out of my unity Solar System project the orbit color changed to pink.

I am a unity programmer and am currently doing a solar system project in unity.

I have almost done the project & in my project i have given blue color to orbit.
but while taking the android out of my project the orbit color changed to pink.

I have checked it in different versions of uniyt3d but the issue is still there.

So Can anyone help me why this color change is happening in android out?

Thanks in advanced …

48353-solarbeforebuild.jpg

48354-solarafterbuild.jpg

Well, if the color of anything in Unity changes to pink it usually means that the shader you’re using isn’t supported or contains errors and can’t be compiled. Since it works in the editor i guess it’s not supported. What shader do you use? Is it a custom shader? If so can you post the source?

Also what do you use to draw the orbit? The GL class and lines, a linerenderer or something else?