Search Issue Tracker
Fixed in 2022.2.X
Votes
1
Found in
2022.1.0b3
Issue ID
1395978
Regression
Yes
Negative Discrete Int deletes key
When animatitng an Integer using [DiscreteEvaluation], positive numbers are keyed as expected, but negative values are not keyed and actually delete any existing key on that frame..
Repro:
- Add an Int with [DiscreteEvaluation] to a script
- Add the script to a GO in your scene
- Open the Animation Window and create a new animaton clip on this GO
- Set the AW to Rec mode
- Using the Inspector, drag int value in script component to create a key
- Move time and create a few keys with different values
- Try creating a negative value....
bug: key is not created.
- Move time over an exting key
- update value to be negative....
bug: Key is deleted.
example Int:
[DiscreteEvaluation]
public int myInt;
This is a regression.
Repro in... 2022.1.0b3
Not repro in... 2021.2.0b11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [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
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
Add comment