Search Issue Tracker
Duplicate
Duplicate in 2023.3.X
Votes
0
Found in
2022.3.12f1
2023.3.0a11
Issue ID
UUM-54786
Regression
Yes
Crash on SceneTracker::SetObjectDirty when doing any action while multiple Particle Systems with custom materials are running
Reproduction steps:
1. Open the attached project "CrashRepro"
2. Open “SCENEPATH“ Scene
3. Expand “OBJECTNAME“ GameObject in the Hierarchy window
4. Select “PARTICLESYSTEM“ GameObject in the Hierarchy window
5. Click the “Restart“ button in the Particles window
6. Select any other GameObject in the Hierarchy window
7. Repeat steps 4-6 until crash
Expected result: “PARTICLESYSTEM“ gets selected and restarted
Actual result: Editor crashes
Reproducible with: 2022.3.11f1, 2022.3.12f1, 2023.3.0a8, 2023.3.0a11
Not reproducible with: 2021.3.31f1, 2022.3.10f1, 2023.1.0a1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a7
Reproducible on: Windows 10
Not reproducible on: No other environment tested
First few lines of stack trace:
{noformat}0x00007FF631F9B3BB (Unity) SceneTracker::SetObjectDirty
0x00007FF630D94DEB (Unity) Object::SetDirty
0x00007FF631CDFB10 (Unity) ParticleSystem::Stop
0x00007FF631CE0897 (Unity) ParticleSystem::Update1Incremental
0x00007FF631CE1021 (Unity) ParticleSystem::Update1b
0x00007FF631CE2CE5 (Unity) ParticleSystem::UpdateFunction{noformat}
Notes:
Step 6 can be almost any action in the Editor (selecting another GameObject, closing the Editor, minimizing the Editor, disabling+enabling the Particle System)
Can crash at any point between steps 5-7
Sometimes crashes silently
-
Resolution Note:
null
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-54561 -
Resolution Note (2023.3.X):
null
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-54561
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
This is a duplicate of issue #UUM-54561