com.xd.sdk.common 6.21.1 → 6.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,8 @@ namespace XD.SDK.Common.Editor{
111
111
  moduleIOSResourcesFolder = dataPath + "/Assets/XDSDK/Mobile/" + localModuleName;
112
112
  }
113
113
  // 找不到的话,再找一次,主要 for 香肠的 unity package 导入
114
- if (string.IsNullOrEmpty(moduleIOSResourcesFolder))
114
+ if (string.IsNullOrEmpty(moduleIOSResourcesFolder)
115
+ || !Directory.Exists(moduleIOSResourcesFolder))
115
116
  {
116
117
  moduleIOSResourcesFolder = dataPath + "/Assets/Plugins/XDSDK/Mobile/" + localModuleName;
117
118
  }
@@ -5,5 +5,5 @@
5
5
  // Created by Fattycat on 2022/5/13.
6
6
  //
7
7
 
8
- #define XDSDK_VERSION @"6.21.1"
9
- // HASH ecb66cb0
8
+ #define XDSDK_VERSION @"6.21.2"
9
+ // HASH d3392de
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "com.xd.sdk.common",
3
3
  "displayName": "XDSDK Common",
4
- "version": "6.21.1",
4
+ "version": "6.21.2",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",