From 25bb439c34f811feceb5dd05b56c1c7e3e8ea00a Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 06 五月 2019 20:07:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/Common/ResourcesPath.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Core/Common/ResourcesPath.cs b/Core/Common/ResourcesPath.cs
index 1a1ad42..fc6b8d8 100644
--- a/Core/Common/ResourcesPath.cs
+++ b/Core/Common/ResourcesPath.cs
@@ -54,7 +54,7 @@
         StreamingAssetPath = Application.streamingAssetsPath + "/android/";
 #elif UNITY_IOS
         StreamingAssetPath = Application.streamingAssetsPath + "/ios/";
-#elif UNITY_EDITOR
+#else
         StreamingAssetPath = Application.streamingAssetsPath + "/standalone/";
 #endif
 

--
Gitblit v1.8.0