Search Issue Tracker
Fixed
Fixed in 6000.3.14f1, 6000.4.4f1, 6000.5.0b4, 6000.6.0a2
Votes
0
Found in
6000.0.68f1
6000.3.10f1
6000.4.0b10
6000.5.0a7
6000.6.0a1
Issue ID
UUM-134950
Regression
No
“Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
Reproduction steps:
1. Create a new project
2. Select any GameObject, click “Add Component” button and select Particle System Component (Visual Effects > Particle System)
3. Window > Animation > Animation
4. Make sure GameObject is still selected, click “Create” button in Animation window and “Save” button in “Create New Animation” pop-up window
5. Click “Add Property” button, right-click on Particle System and press “Add Properties” option
6. Move playhead and observe the Console
Actual result: “Unsupported type MinMaxCurve” error and over 50 different “Could not register property modification for animation binding…” warnings are thrown
Expected result: No errors or warnings are thrown
Reproducible with: 6000.0.68f1, 6000.3.10f1, 6000.4.0b10, 6000.5.0a7
Reproduced on: Windows 11, macOS Sequoia 26.2 (M4)
Notes:
Full error:
{code:java}
Unsupported type MinMaxCurve
UnityEditor.AnimationWindowBuiltin.AnimationWindowControl:ResampleAnimation ()
UnityEditorInternal.AnimationWindowState:ResampleAnimation () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:582)
UnityEditorInternal.AnimationWindowState:OnNewCurveAdded (UnityEditor.EditorCurveBinding) (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:1458)
UnityEditorInternal.AnimationWindowState:Refresh () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:269)
UnityEditorInternal.AnimationWindowState:Update () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:225)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () {code}
Full warning:
{code:java}
Unsupported type MinMaxCurve
UnityEditor.AnimationWindowBuiltin.AnimationWindowControl:ResampleAnimation ()
UnityEditorInternal.AnimationWindowState:ResampleAnimation () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:582)
UnityEditorInternal.AnimationWindowState:OnNewCurveAdded (UnityEditor.EditorCurveBinding) (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:1458)
UnityEditorInternal.AnimationWindowState:Refresh () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:269)
UnityEditorInternal.AnimationWindowState:Update () (at /Users/bokken/build/output/unity/unity/Editor/Mono/Animation/AnimationWindow/AnimationWindowState.cs:225)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
{code}
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
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Resolution Note:
Fixed in 6000.6.0a2
Resolution Note (fix version 6000.6.0a2):
Fixed in 6000.6.0a2
Resolution Note (fix version 6000.5.0b4):
Fixed in 6000.5.0b4
Resolution Note (fix version 6000.4.4f1):
Fixed in 6000.4.4f1
Resolution Note (fix version 6000.3.14f1):
Fixed in 6000.3.14f1