Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2018.4.24f1
2019.2.0a10
2019.3
2019.4
2020.1
2020.2
2021.1
2021.1.0a2
Issue ID
1287185
Regression
No
[Shuriken] Prefab Asset is disabled to prevent data corruption error is thrown on adding Particle System from its Prefabs Editor
Setting the parent of a transform which resides in a Prefab Asset is disabled to prevent data corruption error is thrown on adding Particle System from its Prefab Editor.
Steps to repro:
1. Create a new project.
2. Gameobject > Effects > Particle System.
3. Create a prefab of Particle System.
4. Inspector > Open Editor > Click on "+".
Actual Result:
Prefab Asset is disabled to prevent data corruption error in the console.
Expected Result:
No error in the console.
Reproducible in:
2021.1.0a2, 2021.1.0a1, 2020.2.0b9, 2020.1.10f1, 2019.4.12f1, 2019.2.0a10, 2018.4.24f1.
Note: Properties do not display in the Inspector in 2019.2.0a9.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stacktrace:
Setting the parent of a transform which resides in a Prefab Asset is disabled to prevent data corruption (GameObject: 'Particle System 2').
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2020.2):
The add button is now hidden when editing a prefab asset.