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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Add comment