Search Issue Tracker
Duplicate
Votes
3
Found in [Package]
5.3.1
Issue ID
1138830
Regression
No
[LWRP] Upgrading LWRP 5.2.3 to 5.3.1 causes all materials to lose their albedo texture
Steps to reproduce:
1. Open attached project "hdrp5"
2. Open in 2019.1.0b3 or any Unity version that uses LWRP 5.2.2 version
3. Go to Assets/Materials/ and select "Test" material
-Albedo property is set with "cat" texture (This is expected)
4. Open project in 2019.1.0b8 - 2019.1.0f2 or just upgrade LWRP to 5.3.1
-Material lost albedo texture
Expected result: Albedo value should be applied to a new property that replaces albedo - Base Map
Actual result: Albedo value is lost and Base Map is always is set to None after upgrading
Note:
- Upgrading LWRP from 5.2.3 to 5.3.1 results in losing the texture
But
- Upgrading LWRP from 5.3.1 -> 5.2.3 -> 5.3.1 keeps the texture
Reproduced on: 2019.1.0b3, 2019.1.0f2, 2019.2.0a10
-
SmartCarrion
Apr 22, 2019 22:53
Oh, I should note this happened to me going from 4.10.0 to 5.3.1 as well
-
SmartCarrion
Apr 20, 2019 17:32
The 'basecolor' attribute and few others don't transfer as well.
review how these should be set in the upgrade:
- _EnvironmentReflections: 1
- _QueueOffset: 0
- _Smoothness: 0.5
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
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
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
This is a duplicate of issue #1148764