Skip to content

Commit b86287c

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.3] Added curly braces in URP unlit template shader
1 parent 4151c66 commit b86287c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Packages/com.unity.render-pipelines.universal/Editor/ScriptTemplates

Packages/com.unity.render-pipelines.universal/Editor/ScriptTemplates/UnlitURP.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Shader "Custom/#SCRIPTNAME#"
33
Properties
44
{
55
[MainColor] _BaseColor("Base Color", Color) = (1, 1, 1, 1)
6-
[MainTexture] _BaseMap("Base Map", 2D) = "white"
6+
[MainTexture] _BaseMap("Base Map", 2D) = "white" {}
77
}
88

99
SubShader

0 commit comments

Comments
 (0)