Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1281596
Regression
No
Universal Render Pipeline/Terrain/Lit type shader material doesn't have all parameters in Inspector
How to reproduce:
1. Create a new Universal Render Pipeline project
2. Add TerrainCF3.mat asset from edit link "TerrainCF3.mat" and select it
3. Observe Inspector
Expected result: Parameters shown similar to other materials
Actual result: Only 2 parameters are shown
Reproducible with: 7.3.1(2019.4.12f1), 8.2.0(2020.1.9f1, 2020.2.0b7), 10.0.0-preview.26(2021.1.0a1)
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
Resolution Note:
Textures, layers, etc. are populated for terrain through the "Paint Terrain" interface as documented here: https://docs.unity3d.com/Manual/class-TerrainLayer.html
The original builtin terrain shader only has 3 properties exposed as material properties as well.
All other properties in the URP shader are marked [HideInInspector] since they are not intended to be controlled directly.