Unity Issue Tracker - "MissingReferenceException" error is thrown when moving a Child GameObject to another GameObject in the Hierarchy window
Fixed
ECSB-991
"MissingReferenceException" error is thrown when moving a Child GameObject to another GameObject in the Hierarchy window
Package: Entity Component System (ECS)
Won't Fix
1.2.X
This will be fixed in 1.3.X
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/OutdoorsScene“ scene
3. Open the “SubScene” SubScene in the Hierarchy window
4. Drag the “MoveThis“ Child GameObject from under the “Parent1“ Parent GameObject to the “MoveToHere“ GameObject in the Hierarchy window
5. Observe the Console window
Expected result: No errors are thrown in the Console window
Actual result: “MissingReferenceException: The object of type 'UnityEngine.GameObject' has been destroyed but you are still trying to access it.“ error is thrown in the Console window