Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
2.3.X
Issue ID
SPLB-173
Regression
No
Spline Gizmo in Scene View updates inconsistently when toggling the Closed parameter
Steps to reproduce:
1. Open attached project "SplineBug.zip" and scene "SampleScene"
2. In Hierarchy window, select the "Spline" GameObject
3. Repeatedly toggle the "Closed" parameter while observing the Spline Gizmo in Scene View
Expected result: The Spline Gizmo is updated each time the Closed parameter is toggled
Actual result: The Spline Gizmo is updated inconsistently
Reproducible with: 2.3.0 (2022.3.5f1, 2023.1.4f1, 2023.2.0a23)
Could not test with: 2021.3.28f1 (Splines package not available)
Note: When the toggle does not update, moving your cursor over the Scene View, or interacting with any other Unity UI via clicking on it updates the Gizmo.
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
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
Resolution Note:
Already fixed in splines 2.4 package, part of the SplineHandles performance improvement.
Changelog entry :
[SPLB-163] Improved performance of spline handles by caching spline data.
Duplicate of another internal issue: SPLB-163: Spline handles are very slow