Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.6.1f1
Issue ID
925556
Regression
No
Editor crash on AwakeFromLoadQueue::DetermineQueueIndex after duplicating child Game Object containing prefabs
The editor crashes when a Child game object, containing water prefabs (from "Low Poly Water GPU" asset) is duplicated.
To reproduce:
1. Open the "TestScene" in the attached project
2. Duplicate the "Child" game object
Desired outcome: Game object is duplicated without crashing.
Actual result: The Editor crashes.
Note: The crash only occurs when "Child" game object has a "Mesh Collider" component attached.
Stack trace:
AwakeFromLoadQueue::DetermineQueueIndex
AwakeFromLoadQueue::Add
DirtyAndAwakeFromLoadAfterMerge
Unity::GetBugReporterArgs
DuplicateGameObjectsUsingPasteboard
UnityEditor.Unsupported:DuplicateGameObjectsUsingPasteboard ()
<...>
Note: Sometimes Editor crashes on GameObject::IsActiveIgnoreImplicitPrefab.
Reproduced with 5.5.0p4, 5.5.4p1, 5.6.0b11, 5.6.2p1, 2017.1.0a1, 2017.1.0f2, 2017.2.0a1, 2017.2.0a3
Not reproduced with 2017.2.0a4, 2017.2.0b1
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
KJoanette
Oct 31, 2019 14:38
This is still an issue.