export-table-pulgin-csharp 1.1.72 → 1.1.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "export-table-pulgin-csharp",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -232,7 +232,7 @@ ${foreach(fields, f => {
232
232
  #if UNITY_EDITOR
233
233
  if (${tempDictByMemberName}.Count != Configs.Count)
234
234
  {
235
- Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
235
+ UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
236
236
  }
237
237
  #endif
238
238
  return ${tempDictByMemberName}.GetValueOrDefault(${memberName});