Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b4
Issue ID
871723
Regression
Yes
Destroying object is not allowed at this time error in log
"Destroying object "" is not allowed" error fails in log while working in project.
To repro:
I variant (see first gif):
1. Create a new project.
2. Add new material.
3. Press on the wheel in Inspector -> Edit shader... ->
4. In opened shader press "Compile and show the code". MonoDevelop opens.
5. Return to Unity and press on any object in Hierarchy.
II variant (see second gif):
1. Create a new project.
2. Add a new script.
3. Create an Empty project and attach this script to it.
4. Doubleclick on script name in the Inspector. MonoDevelop opens.
5. Return to Unity and press on any object in Hierarchy.
III variant (see third gif):
1. Create a new project.
2. Create a new Plane.
3. Doubleclick on Mesh (Plane) in MeshFilter or Mesh Collider, or on Element0 (Material) in the Inspector.
Actual behaviour: "Destroying object "" is not allowed" error fails in log.
Expected behaviour: No errors in log.
Does not repro in 5.5, reproduces in 5.6.0b2-4.
Comments (1)
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
- "IMGUIContainer cannot be used in a panel drawn by cameras." error thrown when adding IMGUI Container in UI Builder > Hierarchy
- Crash on GameObject::RemoveComponentFromGameObjectInternal when opening a specific project
- Sidebar text in Package Manager does not disappear when sidebar is at its minimum size
- The edge of the Terrain is breaking when painting along the edges where the two Terrains connect
- UI Builder Scroll button for Code Preview section automatically selects all of the code
FireHawkX
Feb 22, 2017 15:32
I am running 5.6.0b8 and getting this error every single day whenever i open my project, and double click an any scene to change scene...
Destroying object "" is not allowed at this time.