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
- [AI Assistant] UI Overlap: Permission dropdown menu persists and obstructs "Allow" / "Deny" buttons in AI Assistant window
- Dragging an object under another to set it as the child will rename the parent object if we trigger a rename and start dragging immediately
- UITK WorldSpace ScrollView behaviour on Mobile
- [VisionPro] WebCamTexture fails to capture Persona stream frames
- Some shader variants are not collected when tracing with GraphicsStateCollection
Add comment