Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
Issue ID
1102142
Regression
Yes
Editor crashes when scriptable object is dropped into main Scene Hierarchy
Steps:
1. Open attached project ("TestProject")
2. Load TestScene
==>
There are two objects in the scene: GameObject and PrefabInstance, both has TestScript component
3. Drag and Drop "NewScripableObject.asset" on top of first GameObject
4. Drag and Drop "NewScripableObject.asset" on top of second object "PrefabInstance"
==>
Editor crashes in both cases
Expected: The NewScripableObject.asset is assigned to the public reference in the TestScript in both cases
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Add comment