You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpeedTree 9 - Fix DoubleSided not enabled for non-billboard materials
- The HDRP property "Double-Sided" is not enabled for non-billboards materials.
- I've changed the `if` condition, since we cannot rely on the extra-map to determine if the material is a billboard or not.
- I also had to change the Double-Sided value, since it looks like `0.0f` = disable and `1.0f` = enabled. That's what I noticed when importing my ST9 assets in the editor...
Copy file name to clipboardExpand all lines: Packages/com.unity.render-pipelines.high-definition/Editor/Material/Nature/HDSpeedTree9MaterialUpgrader.cs
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ private static class HDProperties
0 commit comments