Search Issue Tracker
Active
Under Consideration for 6000.2.X
Votes
0
Found in
2022.3.58f1
6000.0.39f1
6000.1.0b7
6000.2.0a4
Issue ID
UUM-98457
Regression
No
Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
How to reproduce:
1. Open the attached “IN-94844” project
2. Open the “MainMenu” Scene
3. Enter Play mode
4. In the Game view click on the “Start Game” button
5. In the Game view click on the “Main Menu” button
6. Observe the Console window
7. Exit Play mode
8. Build and run the project
9. Click on the “Start Game” button
10. Click on the “Main Menu” button
11. Open the “Player.log” log file (Users → <User name> → AppData → LocalLow → Default Company → IN-94844 isSubScene)
12. Observe the log file
Expected result: Both in the Console window and in the “Player.log” log file both the “GameScene” and “MainMenu” Scenes are logged as “isSubScene: False”
Actual result: Console window logs both Scenes as “isSubScene: False”, however, Player.log logs the Scenes as “isSubScene: True”
Reproducible with: 2022.3.58f1, 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Notes:
- The reproduction is inconsistent, repeat the 9-10 steps multiple times until reproduction is successful
- Sometimes only one of the Scenes gets logged as “isSubScene: True”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment