Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2021.2
2022.1
2022.1.0b1
Issue ID
1385337
Regression
No
Default Parent of a Scene gets reset when the Editor is restarted
Reproduction steps:
1. Open the attached project "DefaultParentIssue" and load Scene "SampleScene"
2. Right-click the "DefaultParent" GameObject in the Hierarchy and select "Set as Default Parent"
3. Restart the Editor and load Scene "SampleScene"
4. Observe the Hierarchy
Expected result: "DefaultParent" is set as the Default Parent of the Scene
Actual result: Default Parent of the Scene is reset
Reproducible with: 2020.3.24f1, 2021.2.5f1, 2022.1.0b1
Not reproducible with: 2019.4.33f1 (Set as Default Parent not available)
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
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
Resolution Note:
This behavior is by design. This setting is meant to exist in a single session.