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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note (fix version 1.0.1):
Fixing SplineData Inspector triggering to SplineData.changed events.