Search Issue Tracker
Fixed in 5.4.0
Votes
6
Found in
4.3.1f1
Issue ID
580585
Regression
No
[Graphics] Particle system stops rendering once the main particle object leaves screen
To reproduce:
1. Create a new project
2. Import attached leaves.unitypackage
3. Add leaves prefab into the scene
4. Move around
Expected result: Particles get rendered any time they logically should appear on screen
Actual result: Particles do not get rendered once the particle game object is out of screen
Workaround: The bug seems to be a result of the scaling on the particles system GameObject. When the gameobject has a scale of 1,1,1 the culling works as expected.
Workaround in this case is to re-make the particle system with the scaling of the gameobject at 1,1,1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
scorched
May 01, 2015 23:15
The workaround of 100% scaling worked for me, but I also needed to set 100% scale to the parent gameobject of particle system gameobject.
duck
Feb 25, 2014 11:39
This seems to occur only if the particle system gameobject is scaled down. Particle systems do not exhibit this problem when used at 100% scale.