Search Issue Tracker
Fixed in 5.1.2
Votes
1
Found in
4.3.0f3
Issue ID
574335
Regression
No
Removing the material color rgb properties in animation causes them to default to 0
To reproduce:
1. Create a cube
2. Open the animation window
3. Add a curve for the cube - select Mesh Renderer > Material._Color
4. Remove the Material._Color.r, Material._Color.g, Material._Color.b properties
5. Notice how the cube in the animation is now black - the color properties defaulted to 0
It is caused by the removal of the other color properties(rgb). This can be workarounded by animating the Material._Color without removing any properties and just editing the alpha curve.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
Add comment