Search Issue Tracker
Fixed
Fixed in 2021.3.26f1, 2022.2.21f1, 2023.1.0b18, 2023.2.0a15
Votes
0
Found in
2020.3.47f1
2021.3.24f1
2022.2.18f1
2023.1.0b15
2023.2.0a13
Issue ID
UUM-34557
Regression
Yes
The GameObject is not added to the active Scene when adding it from other Scene
Reproduction steps:
1. Open the attached project “InstantiatingBug“
2. Open the Test Runner (Window>General>Test Runner)
3. Press the button “Play Mode”
4. Press the button “Run All”
Expected result: All tests pass
Actual result: GameObject is not instantiated to the active Scene
Reproducible with: 2020.3.27f1, 2020.3.47f1, 2021.3.24f1, 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Not reproducible with: 2020.3.26f1
Reproducible on: Windows 11
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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Resolution Note (fix version 2023.2.0a15):
Hi, the behavior you report is currently the correct behavior. We have updated the documentation of GetActiveScene() to match the behavior. I will suggest to manually call SceneManager.MoveGameObjectToScene() to move the created GameObjects to the desired scene.
Resolution Note (fix version 2022.2.21f1):
Updated documentation to match behavior.