升级6.4.升级水,升级天气
This commit is contained in:
@@ -24,12 +24,25 @@ namespace WaveHarmonic.Crest
|
||||
|
||||
#if UNITY_EDITOR
|
||||
public const int k_FieldGroupOrder = Editor.Inspector.k_FieldGroupOrder;
|
||||
public const int k_FieldHeadingOrder = Editor.Inspector.k_FieldHeadingOrder;
|
||||
#else
|
||||
public const int k_FieldGroupOrder = 0;
|
||||
public const int k_FieldHeadingOrder = 0;
|
||||
#endif
|
||||
|
||||
// Unity only supports textures up to a size of 16384, even if maxTextureSize returns a larger size.
|
||||
// https://docs.unity3d.com/ScriptReference/SystemInfo-maxTextureSize.html
|
||||
public const int k_MaximumTextureResolution = 16384;
|
||||
|
||||
public static class Symbols
|
||||
{
|
||||
public const string k_Refraction =
|
||||
#if d_Crest_SimpleTransparency
|
||||
"CREST_NOOP";
|
||||
#else
|
||||
"UNITY_2022_3_OR_NEWER";
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user