Search Issue Tracker
Fixed
Fixed in 2.X
Votes
0
Found in [Package]
2.3.X
Issue ID
SPLB-178
Regression
No
[Splines] “Spline.Changed” and “EditorSplineUtility.AfterSplineWasModified” are not triggered when linking two Splines knots using “Link”
How to reproduce:
1. Open the attached “SplinesBug.zip” project
2. Enter “repro” Scene (Assets > Scenes)
3. Enter Play Mode
4. Open the Scene window
5. In the Hierarchy window, select “Spline” GameObject
6. Select Spline in the tools menu
7. In the Scene, select two Spline knots
8. Press the “Link” button in the Elements Inspector window
9. Observe the Console window
Expected result: “Spline Changed” is logged
Actual result: No logs
Reproducible with: 2.1.0 (2021.3.29f1), 2.3.0 (2021.3.29f1. 2022.3.6f1, 2023.1.6f1, 2023.2.0b2)
Reproduced on: macOS 13.4.1 (Intel)
Notes:
-also reproducible with the “Unlink”
-not reproducible with the “Join” and “Split”
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
- "New" Label overlaps long Asset names in Import Unity Package Window
- Rotation values flip in animation when importing FBX with a generic rig
- [Quality Hackweek] Activated Terrain Inspector is active only until the terrain GameObject is deselected when two or more Inspectors are open
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
Resolution Note (fix version 2.X):
Fixed a bug where linking knots would not trigger a Spline.changed event.