From 75f9615c703956427e03010f8f32ff41cafba064 Mon Sep 17 00:00:00 2001 From: ninemine <106434473+NINEMINEsigma@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:28:52 +0800 Subject: [PATCH] =?UTF-8?q?BS=200.1.0=20=E5=AE=8C=E6=88=90=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention/Runtime/Config.cs | 5 +++++ 1 file changed, 5 insertions(+) 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