export-table-pulgin-csharp 1.1.183 → 1.1.185

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.
@@ -154,7 +154,7 @@ ${(0, export_table_lib_1.foreach)(fields, f => {
154
154
  #if UNITY_EDITOR
155
155
  if (${tempDictByMemberName}.Count != Configs.Count)
156
156
  {
157
- UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
157
+ UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched)<${RowClass}.${memberName}>: {${tempDictByMemberName}.Count}!={Configs.Count}");
158
158
  }
159
159
  #endif
160
160
  return ${tempDictByMemberName}.GetValueOrDefault(${paraName});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "export-table-pulgin-csharp",
3
- "version": "1.1.183",
3
+ "version": "1.1.185",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {},
@@ -183,7 +183,7 @@ ${foreach(fields, f => {
183
183
  #if UNITY_EDITOR
184
184
  if (${tempDictByMemberName}.Count != Configs.Count)
185
185
  {
186
- UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
186
+ UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched)<${RowClass}.${memberName}>: {${tempDictByMemberName}.Count}!={Configs.Count}");
187
187
  }
188
188
  #endif
189
189
  return ${tempDictByMemberName}.GetValueOrDefault(${paraName});