We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60665d commit 1305d50Copy full SHA for 1305d50
Editor/ShaderGenerator.cs
@@ -107,7 +107,7 @@ private static string GetPathRelativeToProject(string path)
107
throw new DirectoryNotFoundException($"The folder \"{path}\" is not part of the unity project");
108
109
if(!path.StartsWith("Assets"))
110
- path = path.Replace(Application.dataPath, "");
+ path = path.Replace(Application.dataPath, "Assets");
111
112
return path;
113
}
0 commit comments