Search Issue Tracker
By Design
Votes
0
Found in
2018.3.9f1
2019.3
Issue ID
1168854
Regression
No
[Shuriken] Sub emitters is not visible in the scene when Inherit is set to Size
To reproduce:
1. Open attached project
2. Open Sample Scene and press play
3. Press play and notice how the left side particle scene does not have backfire
4. Press on This one is broken prefab and in the settings> sub emitter change Backfire Inherit to anything else than everything and size.
5. Notice the backfire working
Actual result: The sub emitters inherit set to size does not be visible in the scene.
Expected result: Everything should work and sub emitter should be visible
Reproduced with: 2018.3.14f1; 2018.4.5f1 2019.3.0a11
Can't check on 2017.4 due to missing prefabs
Note: gif attached
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
The "broken" effect spawns particles that start with 0 size (see size over lifetime curve).
The sub-emitter module spawns on birth, and the sub-emitter contains a single emission event at time 0.
So 0 size is passed to the sub-emitter, and its particles have 0 size.
For the "working" effect, the Size over Lifetime module has a curve that starts at more than 0, which is why it works.