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
- NullReferenceException is thrown and UI builder breaks when using a USS class with "transition-property: none"
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
Resolution Note (fix version 2021.3.36f1):
Fixed gizmos not rendering in scenes that are loaded during play mode from user code.