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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment