Search Issue Tracker
Fixed in 2018.2.X
Votes
6
Found in
2017.3.0f3
Issue ID
994981
Regression
No
4 additional properties are created in the Animation when Vector4 values are changed in the Inspector
How to reproduce:
1. Open attached Unity project "DeleteME"
2. Open scene "Vector4AnimationIssue"
3. Select GameObject-->Quad in the Hierarchy window
4. Expand Vector4Mat material
5. Open Animation window
6. Remove property in the AnimateVector4 animation
7. Add Quad-->Mesh Renderer--> Material._Vector 4 property
8. Notice 4 properties: x, y, z and w
9. Turn on recording in the Animation window
10. Change on of x, y, z or w values of the Vector4Mat material in the Inspector window
11. Notice 4 more properties: r, g, b and a
Expected result: 4 properties are added to the animation.
Actual result: 8 properties are added to the animation. Values are duplicated between xyzw and rgba.
Reproducible with: 2018.1.0b5, 2017.3.1f1, 2017.2.1p3, 2017.1.3p1, 5.6.5p1.
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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment