Search Issue Tracker
Fixed in 1.0.1
Votes
0
Found in [Package]
1.0.0-pre.9
Issue ID
1403386
Regression
No
Spline's mesh isn't updated when changing SplineData values
How to reproduce:
1. Open the user's attached "Splines.zip" project
2. Open the "SampleScene" Scene
3. Select the "Spline" GameObject
4. Go to Inspector view -> "Width Spline Data (Script)" Component -> Data Points
5. Change the "Data Value" value
6. Observe the Spline's mesh in the Scene view
Expected result: The width of Spline's mesh is updated
Actual result: The width of Spline's mesh isn't updated
Reproducible with: 1.0.0-pre.8, 1.0.0-pre.9 (2021.2.13f1, 2022.1.0b8, 2022.2.0a5)
Could not test with: 1.0.0-pre.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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 1.0.1):
Fixing SplineData Inspector triggering to SplineData.changed events.