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
- Particle System only collides with one Terrain Collider at a time when Collision Type is set to 'World'
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
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.