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
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.high-definition/Editor/Lighting/HDLightUI.Skin.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ sealed class Styles
42
42
publicreadonlyGUIContentcookieTextureTypeError=newGUIContent("HDRP does not support the Cookie Texture type, only Default is supported.",EditorGUIUtility.IconContent("console.warnicon").image);
43
43
publicreadonlystringcookieNonPOT="HDRP does not support non power of two cookie textures.";
44
44
publicreadonlystringcookieTooSmall="Min texture size for cookies is 2x2 pixels.";
45
+
publicreadonlystringcookieBaking="Light Baking for cookies disabled on the Project Settings.";
0 commit comments