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

Substances

-

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)

  1. fieldrequired

    Nov 22, 2015 11:06

    This is still an issue for me!

  2. 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?

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.