Search Issue Tracker
By Design
Votes
14
Found in
2020.3.45f1
2021.3.19f1
2022.2.8f1
2023.1.0b6
2023.2.0a4
Issue ID
UUM-27938
Regression
No
Emission of the Particle System is not visible when the Particle System is manually simulated
How to reproduce:
1. Open the user’s attached “TrailsBug.zip” project
2. In the Hierarchy window, select the “Orbiter” GameObject
3. Observe the Scene window
Expected result: Particle System is visible
Actual result: Particle System is not visible
Reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.8f1, 2023.1.0b6, 2023.2.0a4
Reproduced on: macOS 13.2.1 (Intel)
Note: If selecting the “TrailTest” GameObject, then the Particle System is visible
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This happens because the Parent GameObject is not part of the particle "Effect".
The Effect is defined as being all GameObjects that contain a ParticleSystem Component.
This means that you can get the preview working in a few ways:
1. As you say, select TrailTest instead
2. Select TrailTest, and, in the Scene View preview options that appear, change Simulate Layers to a layer that includes the particle effect. Now it will always be visible in the scene view
3. Add a ParticleSystem component to Orbiter, and turn off all its modules (Shape, Renderer)