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
- Memory leaks occur when Shader with more than 128 keywords is compiled
- Player built for Windows silently crashes when UI Prefab is instantiated and Render Feature "Render Objects" is active in PC_Renderer Asset
- Crash on CollectUsedSceneObjects when making any modifications and saving in a Scene with a specific GameObject Component enabled
- VFX Graph Properties Transform has a click animation when clicked on the “Transform” text but the drop down does not open
- "Cascade Shadow atlasing has failed" errors are spammed when two Directional Lights with the Shadow Map are enabled and there is a 3D GameObject in the scene
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.