Search Issue Tracker
Fixed
Votes
0
Found in [Package]
2.5.1
Issue ID
SPLB-236
Regression
Yes
Not all Splines are being changed and the “NullReferenceException“ error appears when moving multiple Splines points if Splines contain different Spline Components
How to reproduce:
1. Open the user’s attached “SplineTest.zip” project
2. In the Hierarchy window, select all 3 “Spline” GameObjects
3. In the Scene window, select the Spline editing tool
4. Select points of each Spline and try to move them
5. Observe the results
Expected result: All splines are moved together, and no errors
Actual result: Just the one Spline is moved, and the “NullReferenceException” error appears
Reproducible with: 2.3.0, 2.5.1 (2021.3.33f1, 2022.3.16f1, 2023.2.4f1, 2023.3.0b1)
Not reproducible with: 2.2.1 (2021.3.33f1)
Reproduced on: macOS 13.6.3 (Intel)
Not reproducible on: No other environment tested
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Fixed a bug where the spline instantiate inspector was throwing an exception when the selection contained objects without that component.