Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.3.0f3
Issue ID
994413
Regression
No
Changes to the UI Image material color doesn't show up when the Image is masked
To reproduce:
1. Open the project, attached by the user (Shader Mask Bug.zip)
2. Open the "Test" scene
3. Enter Play mode
4. Press Random Color button
5. Press Toggle Mask button a few times
Expected: changes to UI elements material show up on screen even when the element is masked with UI Mask
Reproduce in 5.6.5f1, 2017.1.3p1, 2017.2.1p3, 2017.3.0p4, 2018.1.0b5
By design: masked materials are copies of the original material with additional properties added through code. Setting the color on the original will not propagate through to the copy and we don't want to create the copy every frame due to performance costs "just in case the original has changed"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Text input field doesn't disappear when pressing "Enter" on the keyboard connected to a device and HideMobileInput is disabled
- WebGL Player flickers and logs warnings when viewport is resized and "Linear" Color Space is used
- Rigidbody recalculates its center of mass when moving its child Trigger Collider
- Sprites with different indexes than indicated in Text field of Label Inspector are being rendered
- VFX rendering a sphere when using a custom mesh
Add comment