export-table-pulgin-csharp 1.0.50 → 1.0.52
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAE,iBAAiB,EAAe,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAgDnE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAE,iBAAiB,EAAe,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAgDnE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CA0CzE;AAED,qBAAa,iBAAkB,SAAQ,UAAU;IAChD,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,EAAE,CAAY;IAE1B,WAAW,CAAC,KAAK,EAAE,iBAAiB;IAmBpC,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;CAsB3C"}
|
|
@@ -74,6 +74,7 @@ function exportUJsonLoader(paras) {
|
|
|
74
74
|
using lang.json;
|
|
75
75
|
using UnityEngine.AddressableAssets;
|
|
76
76
|
using System.Threading.Tasks;
|
|
77
|
+
using UnityEngine;
|
|
77
78
|
|
|
78
79
|
namespace MEEC.ExportedConfigs
|
|
79
80
|
{
|
|
@@ -131,7 +132,6 @@ class ExportUJsonPlugin extends export_table_lib_1.PluginBase {
|
|
|
131
132
|
using System;
|
|
132
133
|
using System.Collections.Generic;
|
|
133
134
|
using System.Threading.Tasks;
|
|
134
|
-
using UnityEngine;
|
|
135
135
|
|
|
136
136
|
namespace MEEC.ExportedConfigs
|
|
137
137
|
{
|
package/package.json
CHANGED
|
@@ -67,6 +67,7 @@ export function exportUJsonLoader(paras: HandleSheetParams): string | null {
|
|
|
67
67
|
using lang.json;
|
|
68
68
|
using UnityEngine.AddressableAssets;
|
|
69
69
|
using System.Threading.Tasks;
|
|
70
|
+
using UnityEngine;
|
|
70
71
|
|
|
71
72
|
namespace MEEC.ExportedConfigs
|
|
72
73
|
{
|
|
@@ -124,7 +125,6 @@ export class ExportUJsonPlugin extends PluginBase {
|
|
|
124
125
|
using System;
|
|
125
126
|
using System.Collections.Generic;
|
|
126
127
|
using System.Threading.Tasks;
|
|
127
|
-
using UnityEngine;
|
|
128
128
|
|
|
129
129
|
namespace MEEC.ExportedConfigs
|
|
130
130
|
{
|