Search Issue Tracker
Fixed
Votes
12
Found in [Package]
2.6.0
Issue ID
SPLB-265
Regression
Yes
The Editor becomes not interactable and “StackOverflowException“ error is thrown when changing Spline knot position and tangent mode
Reproduction steps:
1. Open the “ReproProject“ project
2. Open the “Assets/Scenes/SampleScene“ scene
3. Select the “Splines“ GameObject in the Hierarchy window
4. Select the Spline editing tool in the Scene View
5. Move all Spline knots to different positions in the Scene View
6. Change the tangent mode from “Bezier” to “Auto” for all 4 knots in the Inspector window
7. Observe the Editor and the Console window
Expected result: The Editor is interactable and no errors are thrown in the Console window
Actual result: The Editor becomes not interactable and “StackOverflowException“ error is thrown in the Console window
Reproducible with: 2.6.0 (2022.3.28f1, 6000.0.1f1)
Not reproducible with: 2.5.2 (2021.3.38f1, 2022.3.26f1, 6000.0.0b16)
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
Note: Sometimes need to repeat steps 5 and 6 to reproduce the issue. Alternate changing tangent mode from “Bezier” to “Auto” and then from “Auto” to “Bezier”
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Resolution Note:
Fixed by another internal issue: UUM-71488: SetValueWithoutNotify on a TextValueField creates infinite loops and crashes the editor