Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
Issue ID
809332
Regression
No
[Anim] Scene vs. Clip value of static property
Property values in the scene are not preserved when enabling/disabling rec mode, when property has no keys and is in "(Default Value)" state.
Values in the scene should not be affected/changed when enabling/disabling rec mode.
repro:
-create a cube
-create a clip
-animate Position (make sure all properties have non-default values)
-turn Rec mode OFF
-offset cube in the scene to create non-zero values
-turn Rec mode ON
-select all keys of Position.y property and delete them
...you should see "Position.y (Default Value)" in blue and the value should be "0"
-turn Rec mode OFF, again.
result: the scene value for Position.y is now "0", which is wrong.
expected result: the scene value for Position.y should not be reset to "0" and existing scene value should have been preserved.
note: if property is not in (Default Value) mode, turning rec mode on/off works as expected and scene values are preserved.
this is not a regression, reproed in...
5.5/animation/dev
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment