Search Issue Tracker
Fixed
Fixed in 2021.3.36f1
Votes
0
Found in
2021.3.35f1
Issue ID
UUM-63255
Regression
No
OnDrawGizmos functions are ignored when loading an additive Scene
How to reproduce:
1. Open the attached “additive_scene_gizmo_issue” project
2. Open the “SampleScene”
3. Click and drag the “Example” Scene from the Assets folder to the Hierarchy window
4. Observe the Scene view
Expected result: A spherical gizmo is visible
Actual result: The gizmo is not visible until the “test” GameObjct has been selected in the Hierarchy or the Scene has been reloaded
Reproducible in: 2021.3.35f1, 2022.1.0a14
Not reproducible in: 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Fixed in: 2022.1.0a15
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
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
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note (fix version 2021.3.36f1):
Fixed gizmos not rendering in scenes that are loaded during play mode from user code.