Particle system in UI is not working.
In my scene view particle system is visible but in my game it is not. World space overlay is not an option for me. Are there any other options on fixing it?
Not entirely sure what “world space overlay” you mean. Anyway you need to change the render mode of your ui canvas to camera and change the layer of your particle effect or any object to “ui”. Then fiddle with the “order in layer” in both canvas and particle system renderer to sort the rendering order.
Your answer
Follow this Question
Related Questions
Working with UI makes both editor and game view jump between 1x and 2x scale. 1 Answer
How to remove flashing screen when changing Canvas Render Modes 0 Answers
Particle Systems slowing game down too much. 0 Answers
Particle System Help. 1 Answer
[Unity 5.5] How can I set the properties for the ParticleSystem.main by script? 0 Answers