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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Resolution Note (fix version 2021.3.36f1):
Fixed gizmos not rendering in scenes that are loaded during play mode from user code.