Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.1
2020.2
2020.2.0a20
Issue ID
1267266
Regression
No
[shuriken] multiple instances of sub emitter are created with the same name for Particle system
while creating and assigning Particle system as Sub Emitter, When multiple times same Particle system is created and assigned as Sub Emitter, then multiple instances of sub emitter are created with the same name for a Particle system. refer attached video
Steps to repro:
1. Create a new project
2. Hierarchy > right-click > Effects > Particle System
3. Inspector > Particle System > Enable Sub Emitters
4. Sub Emitters > Select Particle System > Particle System
5. Create and assign Particle system as Sub Emitter >(+)
6. Repeat steps (4-5)
7. Observe Hierarchy >Particle System > SubEmitter0
Actual Result:
multiple instances of sub emitter are created with the same name for Particle system
Expected Result:
multiple instances of sub emitter should be created with the differentiable unique name for Particle system (ex.SubEmitter0, SubEmitter0_1, SubEmitter0_2)
Reproducible in:
2020.2.0a20, 2020.1.1f1, 2019.4.6f1, 2018.4.26f1, 2017.4.38f1
Environment:
Windows 10 and macOS 10.15
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
- Physics Material property values are not clamped to 1 when the value is above 1
- Quality Level delete button is not deactivated and does nothing when clicked when there is only one Quality Level
- Search window in Table View mode cannot be scrolled horizontally
- “NullReferenceException” error thrown in the Console when assigning Filter Function Definition Asset to custom Filter in UI Builder
- [XR] HMD is locked to the floor level and background is locked to the HMD movement when waking up the HMD after second forced sleep
Resolution Note:
This is so minor, but a fix is non-trivial, so it will never be prioritised.
Finding a unique game object name would require searching the current GameObjects. This could become very bad for performance on large scenes. It just doesn't seem worth spending time on this.