Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
831305
Regression
No
Deleted position's key value in animation falls back to default 0 which is not transform's actual default
How to reproduce:
1. Create a new project
2. Create a cube in the scene and move it so x, y, and z are not equal to 0
3. Create a new animation
4. Add transform position property
5. Drag red time indicator to first animation keys
6. Delete Position.y, Position.z keys
7. Repeat step 5 and 6 only in last animation keys
8. Play the animation
Actual result: Animation keys are reset to default value and that value is 0
Expected result: The default value falls back to the transform's actual default value
Reproducible: 5.3.6p5, 5.4.1p1, 5.5.0b4
By Design: The default value for non-animated position/rotation/scale curves respectively is 0/0/1. As the tooltip states, you can't animate partial rotation, position or scales.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
- Custom Render Pass using Render Graph does not render to the Game view when used with a 2D URP Renderer
Add comment