Particle Field not emitting at all
I created a particle field sphere and am trying to use it to simulate stars in my game. I have the following setup but when I try to simulate it no particles are generated. Any ideas?
Answer by ifurkend · Oct 22, 2017 at 02:10 AM
Your sphere radius, 10,000 units, is farther than the "far clipping plane" of your main camera which is defaulted to 1,000 units. You either increase your camera clipping plane or reduce your particle emitter radius. But even so, the start size of your star particles is still too small for this distance from the camera.
I increased the size and that did not help. The camera clipping plain is far enough away for them to appear as well. Even without these things shouldn't the number of particles increase in the particle effect simulation? When this runs it stays at a constant 0.
It's not enough information to understand your issue. Can't you just create a new default particle system and check if the particle count remains zero?