Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.
Resolution Note (2022.2.X):
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.