export-table-pulgin-csharp 1.0.39 → 1.0.40

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.
@@ -64,7 +64,7 @@ namespace MEEC.ExportedConfigs
64
64
  {
65
65
  static ${name}()
66
66
  {
67
- var loadUrl="Assets/Bundles/GameConfig/Auto/${fullName}.asset";
67
+ var loadUrl="Assets/Bundles/GameConfigs/Auto/${fullName}.asset";
68
68
  var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>(loadUrl).WaitForCompletion();
69
69
  if (configJson != null)
70
70
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "export-table-pulgin-csharp",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -56,7 +56,7 @@ namespace MEEC.ExportedConfigs
56
56
  {
57
57
  static ${name}()
58
58
  {
59
- var loadUrl="Assets/Bundles/GameConfig/Auto/${fullName}.asset";
59
+ var loadUrl="Assets/Bundles/GameConfigs/Auto/${fullName}.asset";
60
60
  var configJson = Addressables.LoadAssetAsync<ExcelConfigJson>(loadUrl).WaitForCompletion();
61
61
  if (configJson != null)
62
62
  {