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
- Crash on mono_domain_jit_foreach when performing various Unity operations
- Error is thrown when playing audio through Timeline in a Windows Server Build
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
Add comment