Search Issue Tracker
By Design
Votes
0
Found in
2022.2.7f1
2023.1.0b5
2023.2.0a3
Issue ID
UUM-29085
Regression
No
Prefab Instance with MaterialPropertyBlock has different Colour compared to the original material
How to reproduce:
1. Open the project "IN_31506"
2. Open the "SampleScene" Scene in the Asset
3. Enter the Play Mode
4. Observe the two cubes in the Game view
Expected result: cubes' colours are the same
Actual result: cubes' colours are different
Reproducible with: 2022.1.0a10, 2022.2.7f1, 2023.1.0b5, 2023.2.0a3
Couldn't test with: 2020.3.45f1, 2021.3.19f1, 2022.1.0a9 (due to compiler errors)
Reproducible on: Windows 10 Pro
Note: also reproducible in Player
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Resolution Note:
Renderer.SetPropertyBlock with or without an index doesn't store data in the same location (without index affect all render materials)
So GetPropertyBlock(prop) won't retreive the data previously stored by SetPropertyBlock(prop, 0);