Search Issue Tracker
By Design
Votes
0
Found in
2022.3.30f1
6000.0.5f1
Issue ID
UUM-73161
Regression
No
“Material 'CopyTo' with Shader 'Test/CopyTo' doesn't have a color property '_Color2'“ error is thrown when using CopyPropertiesFromMaterial with different shaders
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Select “Sphere” GameObject in the Hierarchy window
4. Double-click on the “CopyTo” material under the Materials section in the Inspector window
5. Observe the Console window
Expected result: No error is thrown
Actual result: “Material 'CopyTo' with Shader 'Test/CopyTo' doesn't have a color property '_Color2'“ error is thrown
Reproducible with: 2022.3.30f1, 6000.0.5f1
Couldn't test with: 2021.3.39f1 (Script can’t be loaded)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
The user should use https://docs.unity3d.com/2022.3/Documentation/ScriptReference/Material.CopyMatchingPropertiesFromMaterial.html instead which will only copy properties that do match.