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.
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
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
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.