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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment