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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.