mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[unity] Minor: Improved material settings warning text to be more precise.
This commit is contained in:
parent
af3d657a11
commit
40e69c9164
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user