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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
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