Search Issue Tracker
By Design
By Design in 2023.2.X
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
- “Create and publish WebGL builds” link leads to “Sorry about that, we can't find the page you're looking for.” page
- " Suspected crash in FXC. " shader compiler errors are thrown in a new project when creating a project in Hub with a very long name but below the maximum character threshold
- Long cloud names stretch the space in Hub when the Project dropdown is opened
- OpenGLES3 Graphics API can be used with the "Linear" Color space on unsupported GPUs resulting the error spam
- [Windows] Recommended and Downloaded Learn tabs are empty and have scrollbar
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)
Resolution Note (2023.2.X):
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)