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.
- package/Editor/XDGIOSCommonProcessor.cs +2 -1
- package/Plugins/Android/libs/{XDGCommon_6.21.1.aar → XDGCommon_6.21.2.aar} +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +2 -2
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/package.json +1 -1
- /package/Plugins/Android/libs/{XDGCommon_6.21.1.aar.meta → XDGCommon_6.21.2.aar.meta} +0 -0
|
@@ -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
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
File without changes
|