diff --git a/Convention/Runtime/Config.cs b/Convention/Runtime/Config.cs index 89a6ed3..9e09e71 100644 --- a/Convention/Runtime/Config.cs +++ b/Convention/Runtime/Config.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; @@ -36,6 +37,10 @@ namespace Convention public static string ProductName = "DefaultProject"; + public static string ApplicationPath => Environment.ProcessPath; + + public static string StreamingAssetsPath => Path.Combine(ApplicationPath, "StreamingAssets/"); + public static string PersistentDataPath { get