Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.1f1
Issue ID
957441
Regression
Yes
Animator parameters reset after saving changes of an object with animator component
Reproduction steps:
1. Download project "AnimatorReproProject.zip" and open in Unity
2. Open "Test" scene
3. Add any component to child object Cube (parent Animator Test)
4. Save scene (Ctrl+S)
5. Select object "Animator Test"
Expected: no warnings in Animator Test (Script)
Actual: warnings appear in Animator Test (Script) stating that animator object does not have any parameters
Reproduced on: 5.6.0b11; 5.6.0f1; 5.6.4f1; 2017.1.2p1; 2017.2.0f3; 2017.3.0b5; 2018.1.0a1
Not reproduced on: 5.5.5p1; 5.6.0a1; 5.6.0b10
Regression introduced: 5.6.0b11
Note:
Warnings are generated in AnimatorTargetDrawer script OnGUI().
After entering Play mode works as expected.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment