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