Search Issue Tracker
Fixed
Votes
13
Found in
4.0.0f7
Issue ID
505856
Regression
No
[Culling] When the gameobject of particleSystem is offscreen, the particles all disappear
1 Load default scene
2 Press Play and go to Scene tab
3 Choose camera and rotate it so the particle system gameobject is out of the frustum. The particle system no rendered if only the emitter isn't on screen, but particles should be on the screen.
Also look at the user's description.
1. Particles are culled when the particle system gameobject is out of the
frustum of the camera (be it scene or game camera)
2. In my example scene I attached, load the default scene. Run the project.
You'll notice a perlin noise texture is generated and a particle system is
made with particles. Now move the camera (scene) so the particle system
gameobject is out of the frustum.
3. Expected results: The particle system still gets rendered even though
the emitter isn't on screen. For example, a long line of particles being
produced from a rocket should still be on screen regardless of whether the
rocket is on screen.
4. Actual results: The particles generated get culled immediately when the
particle system gameobject is offscreen.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Add comment