Search Issue Tracker
Fixed
Fixed in 6000.2.0b2, 6000.3.0a1
Votes
0
Found in
2022.3.58f1
6000.0.39f1
6000.1.0b7
6000.2.0a4
6000.3.0a1
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
- SDF Bake Tool window cuts off/hides SDF preview after "Bake Mesh" operation at higher UI scaling
- SDF is not capitalized in the SDF Bake Tool "Settings Asset" property label
- “Client And Server” shown without spaces in Active Scenario window
- [Linux] Mouse cursor gets stuck at the edge of the screen when trying to pan in the Scene view
- Docked Multiplayer Play Mode window disappears when switching back to a saved Editor layout
Add comment