Search Issue Tracker
Fixed in 5.3.1
Votes
2
Found in
5.2.2f1
Issue ID
738483
Regression
Yes
[Substances] In linear color space after calling RebuildTextures() on a ProceduralMaterial its main texture becomes lighter
Reproduction steps:
1. Open attached project "RebuildInstanceBug"
2. Open scene "bug"
3. Observe the Game window
4. Enter Play mode
--- You should notice that both cubes have become much lighter (see attached screenshots)
Code that causes this issue:
void Start ()
{
Renderer rend = GetComponent<Renderer> ();
ProceduralMaterial mat = (ProceduralMaterial)rend.material;
mat.RebuildTexturesImmediately ();
}
Regression introduced in: 5.2.1p1 (9d7f6c38e90b)
Comments (2)
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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
fieldrequired
Nov 22, 2015 11:06
This is still an issue for me!
Ulven2
Nov 18, 2015 12:30
This was previously listed as fixed in 5.3, but at least the latest beta versions is still missing this fix. When will this fix be brought into 5.2.x or 5.3.1 released as beta?