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.
2 parents ca0dbfd + bcaecd8 commit 8cea232Copy full SHA for 8cea232
Packages/com.doji.genesis/Editor/IOUtils.cs
@@ -3,7 +3,7 @@
3
namespace Genesis.Editor {
4
internal class IOUtils {
5
6
- private static readonly string StagingAreaFolder = @"Assets\Genesis Assets\";
+ private static readonly string StagingAreaFolder = Path.Combine("Assets", "Genesis Assets");
7
public static string StagingAreaPath {
8
get {
9
if (!Directory.Exists(StagingAreaFolder)) {
0 commit comments