From 40e69c91641fc29ea5e1fc29c048cd3a44124ccc Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Tue, 3 Sep 2019 12:39:32 +0200 Subject: [PATCH] [unity] Minor: Improved material settings warning text to be more precise. --- .../Assets/Spine/Runtime/spine-unity/Utility/MaterialChecks.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Utility/MaterialChecks.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Utility/MaterialChecks.cs index 88743a5a9..3c1f86c85 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Utility/MaterialChecks.cs +++ b/spine-unity/Assets/Spine/Runtime/spine-unity/Utility/MaterialChecks.cs @@ -41,7 +41,8 @@ namespace Spine.Unity { public static readonly string kPMANotSupportedLinearMessage = "Warning: Premultiply-alpha atlas textures not supported in Linear color space!\n\nPlease\n" - + "a) re-export atlas as straight alpha texture with 'premultiply alpha' unchecked or\n" + + "a) re-export atlas as straight alpha texture with 'premultiply alpha' unchecked\n" + + " (if you have already done this, please set the 'Straight Alpha Texture' Material parameter to 'true') or\n" + "b) switch to Gamma color space via\nProject Settings - Player - Other Settings - Color Space.\n"; public static readonly string kZSpacingRequiredMessage = "Warning: Z Spacing required on selected shader! Otherwise you will receive incorrect results.\n\nPlease\n"