Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.0f1
Issue ID
1105490
Regression
No
Assertion raises while dragging script onto prefab asset Inspector
Steps:
1. Create a script
2. Create a new scene
3. Add empty GameObject
4. Drag GameObject to Project Brower to make a prefab asset
5. Select Prefab Asset
6. Drag script onto Inspector
==>
Assertion failed on expression: '!go.TestHideFlag(Object::kNotEditable)'
UnityEditorInternal.InternalEditorUtility:InspectorWindowDrag()
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Note: Script is added to prefab asset
Expected: No assertions, script is not added to prefab asset
Take a look into attached movie for details
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Add comment