Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.1.6
Issue ID
1204647
Regression
No
[HDRP] Minor issue. Layered materials dont copy tiling information when referencing other materials.
When creating a layered material (LayeredLitTesselalation in this case), user can drag and drop other materials to quickly copy their values. Most values like tints and maps are copied, but not the UV properties.
1) Open any hdrp project
2) Create two planes
3) Assign a LayeredLitTessellation material to the second plane.
4) Assign a texture and change the tiling of the default HDRP material (first plane).
5) Drag and drop default material onto the second slot of the layered material like in the video.
Expected result:
Tiling should match
Expected result:
Tiling is not copied and stays x1 y1
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
By design