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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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