We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d5d8e commit bf9ed3aCopy full SHA for bf9ed3a
1 file changed
com.unity.visualeffectgraph/Editor/Compiler/VFXCodeGenerator.cs
@@ -217,7 +217,7 @@ static private string FormatPath(string path)
217
{
218
return Path.GetFullPath(path)
219
.TrimEnd(Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar)
220
- #if !UNITY_STANDALONE_LINUX
+ #if !UNITY_STANDALONE_LINUX && !UNITY_EDITOR_LINUX
221
.ToLowerInvariant()
222
#endif
223
;
0 commit comments