Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0a7
Issue ID
UUM-8165
Regression
Yes
EditorTools that draw handles create visual artifacts in the Inspector window
How to reproduce:
1. Open the attached project "SplinesTest.zip"
2. Open "SampleScene" Scene
3. Select the "Spline" GameObject in the Hierarchy window
4. Move the "Spline" GameObject in the Scene window using the Move Gizmo
5. Observe the Inspector window
Expected result: The "Spline" GameObject is moved
Actual result: The "Spline" GameObject is moved and visual artifacts of Splines Data Points appears in the Inspector window
Reproducible with: 1.0.0-preview.9 (2022.2.0a4, 2022.2.0a7)
Not reproducible with: 1.0.0-preview.8, 1.0.0-pre.9 (2021.2.13f1, 2022.1.0b8, 2022.2.0a3)
Could not test with: 1.0.0-preview.8 (2019.4.25f1, 2020.3.29f1) (Spline Package code errors in console)
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
- Can’t delete gradient keys with Mac keyboard or context menu options
- Editor freezes for a few minutes when closing or switching a VFX window that was opened in a previous project
- UI Overlaps when switching Render Pipeline Asset for different Quality Levels in Quality Project Settings
- Ray Tracing Shader link to the documentation isn’t working
- Warning "BatchRendererGroups currently don't support override shaders" is spammed in Play mode when using H-Trace WSGI with BatchRenderGroups
Resolution Note:
Investigated this issue and found that this is not an editor issue. The cause is incorrect implementation of IDrawSelectedHandles interface in some of the Splines package tools. This issue will be resolved at the Splines Package level.