Search Issue Tracker
By Design
Votes
0
Found in
6000.0.50f1
6000.1.5f1
6000.2.0b3
6000.3.0a1
Issue ID
UUM-107864
Regression
No
Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
How to reproduce:
1. Open the attached project "vfxBug"
2. Open the "SampleScene" scene and zoom to the "GameObject" GameObject
3. Open the "GunBeam" VFX Graph so both the Scene view and the VFX Graph are visible
4. In the VFX Graph, zoom in to any "Output Particle Shader Graph" block and check/uncheck the "Orient: Fixed Size" node
5. Observe the Scene view
Expected results: The rotation tool gizmo doesn't appear in the Scene view
Actual results: The rotation tool gizmo appears in the scene view even when the Game Object is not selected
Reproducible with: 6000.0.50f1, 6000.1.5f1, 6000.2.0b3
Reproducible on: macOS Sequoia 15.4 (M1)
Not reproducible on: No other environment tested
Notes:
- When the rotation tool is selected, another rotation tool gizmo appears
- The gizmo can't be removed, restarting the project fixes the issue
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
The VFXView automatically attaches any selected VisualEffect for convenience, which means all gizmos are displayed while it is considered an attached component. This workflow is the expected behavior, and you can remove the gizmos by either closing the VFXView or explicitly detaching the VisualEffect component.