I used 7 particle systems to create black holes in unity. In unity editor the black hole works perfect but when I try to build this game into my android device , the particle systems get replaced by black boxes. enter image description here
Asked
Active
Viewed 1,774 times
-1
-
Is there any question? – Leonardo Henriques Mar 28 '18 at 16:03
2 Answers
0
Select mobile friendly shaders/materials as your shader type this should fix your problem
if the particle effect your using is using a custom shader you will have to change its shader code to get it to work on mobile

Tungamirai Mangombe
- 57
- 8
0
Try to change Shader to Mobile>particles>Additive . (and don't forget to reassign particle texture).

Molham Mohamed
- 111
- 1