Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.4
2019.3.0f6
2020.2
Issue ID
1230728
Regression
No
Non-child Sub Emitter particles move / shift / teleport when modifying transform and 'Play On Awake' is off
How to reproduce:
1. Open attached project "SubEmittersAndPlayOnAwake.zip" and scene "SampleScene"
2. In Hierarchy, select "Particle System D - Sub Emitter [BUG]"
3. Enter Play mode
4. In Scene View, wait for green particles and either move, rotate or scale the object (either from Scene view or Inspector)
5. Observe the green particles
Expected result: particles do not jump/teleport/shift unexpectedly
Actual result: particles do jump/teleport/shift unexpectedly
Reproducible with: 2017.4.40f1, 2018.4.22f1, 2019.3.12f1, 2020.1.0b8, 2020.2.0a9
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
- Inconsistent NullReferenceException while connecting Edges in the Graph
- Output Decals URP link in Learning Templates directs to HDRP Lit Decal Documentation
- Performing Undo Redo for Convert to Property action creates a ghost Node
- Crash on GameObject::IsActiveIgnoreImplicitPrefab when opening a specific project
- Default Input Action Asset creates unsaved changes when clicking on Button actions
Resolution Note (fix version 2020.2):
Using sub-emitters outside the hierarchy of the owning system is not supported. This gives errors if set up via the UI, but maybe the user set it up a different way eg via scripting.
Verified in:
Version: 2020.2.0a20
I've added a better error message to explain this situation.