Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.21.1
Issue ID
ADDR-3086
Regression
No
Scene is in Hierarchy but not visible in Game view when loaded with “Addressables.LoadSceneAsync”
Reproduction steps:
1. Open the attached “AddressablesLoadScene.zip“ project
2. Open “SampleScene” scene
3. Enter Play Mode
4. Observe Game window
Expected result: “AddressableScene” is visible in Game view and Hierarchy
Actual result: “AddressableScene” is visible in Hierarchy view but is not visible in Game view
Reproducible with: 1.18.19 (2020.3.42f1), 1.19.19 (2021.3.14f1, 2022.1.23f1), 1.21.1 (2022.2.0b16, 2023.1.0a20)
Reproduced on: macOS Monterey 12.6 (Intel)
Note: Also reproducible in Build
Add comment
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 PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note:
There is no issue here. The LoadSceneAsync method is being called using LoadSceneMode.Additive, this means that the scene is loaded in addition to any other loaded scenes. If the user wants to only have the new scene to be active. Then LoadSceneMode.Single (or nothing passed) is needed