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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
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?