com.typhoon.unitysdk 1.0.18 → 1.0.20
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/ApplyTool.cs +66 -10
- package/Editor/EditorIcons.cs +8 -0
- package/Editor/ExportModule.cs +24 -6
- package/Editor/GUIDrawer.cs +82 -0
- package/Editor/GUIDrawer.cs.meta +11 -0
- package/Editor/Preferences.cs +3 -0
- package/Editor/PreferencesWindow.cs +84 -88
- package/Editor/PublishProcess.cs +1 -0
- package/Editor/PublishResult.cs +5 -0
- package/Editor/PublishSetting.cs +18 -4
- package/Editor/PublishSettingGUIDrawer.cs +166 -7
- package/Editor/PublishTool.cs +3 -5
- package/Editor/PublishVivoBatSettingInspector.cs +0 -1
- package/Editor/PublishWindow.cs +14 -5
- package/Editor/Texture/black_32x32.png +0 -0
- package/Editor/Texture/black_32x32.png.meta +144 -0
- package/Editor/Texture/icon_arrow_right.png +0 -0
- package/Editor/Texture/icon_arrow_right.png.meta +144 -0
- package/Editor/Texture/icon_variable.png +0 -0
- package/Editor/Texture/icon_variable.png.meta +144 -0
- package/Editor/UniEditor.cs +22 -0
- package/Editor/VariablePreset.cs +160 -0
- package/Editor/VariablePreset.cs.meta +11 -0
- package/Editor/VariablePresetWindow.cs +153 -0
- package/Editor/VariablePresetWindow.cs.meta +11 -0
- package/Editor/WxMiniConfig.cs +285 -0
- package/Editor/WxMiniConfig.cs.meta +11 -0
- package/Editor/WxMiniConfigWindow.cs +58 -0
- package/Editor/WxMiniConfigWindow.cs.meta +11 -0
- package/Runtime/TyphoonSdk.cs +2 -0
- package/Runtime/UnityToJs.cs +64 -0
- package/Runtime/UnityToJs.cs.meta +11 -0
- package/Runtime/WxMiniTouchInputSupport.cs +33 -0
- package/Runtime/WxMiniTouchInputSupport.cs.meta +11 -0
- package/Sources~/Package/WxMini.unitypackage +0 -0
- package/Sources~/Package/WxMini.unitypackage.manifest +395 -0
- package/package.json +1 -1
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
Assets/WebGLTemplates
|
|
2
|
+
Assets/WebGLTemplates/WXTemplate.meta
|
|
3
|
+
Assets/WebGLTemplates/WXTemplate2020.meta
|
|
4
|
+
Assets/WebGLTemplates/WXTemplate2022.meta
|
|
5
|
+
Assets/WebGLTemplates/WXTemplate/index.html
|
|
6
|
+
Assets/WebGLTemplates/WXTemplate/index.html.meta
|
|
7
|
+
Assets/WebGLTemplates/WXTemplate/thumbnail.png
|
|
8
|
+
Assets/WebGLTemplates/WXTemplate/thumbnail.png.meta
|
|
9
|
+
Assets/WebGLTemplates/WXTemplate2020/index.html
|
|
10
|
+
Assets/WebGLTemplates/WXTemplate2020/index.html.meta
|
|
11
|
+
Assets/WebGLTemplates/WXTemplate2020/thumbnail.png
|
|
12
|
+
Assets/WebGLTemplates/WXTemplate2020/thumbnail.png.meta
|
|
13
|
+
Assets/WebGLTemplates/WXTemplate2022/index.html
|
|
14
|
+
Assets/WebGLTemplates/WXTemplate2022/index.html.meta
|
|
15
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData.meta
|
|
16
|
+
Assets/WebGLTemplates/WXTemplate2022/thumbnail.png
|
|
17
|
+
Assets/WebGLTemplates/WXTemplate2022/thumbnail.png.meta
|
|
18
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/favicon.ico
|
|
19
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/favicon.ico.meta
|
|
20
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/fullscreen-button.png
|
|
21
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/fullscreen-button.png.meta
|
|
22
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/MemoryProfiler.png
|
|
23
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/MemoryProfiler.png.meta
|
|
24
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-empty-dark.png
|
|
25
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-empty-dark.png.meta
|
|
26
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-empty-light.png
|
|
27
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-empty-light.png.meta
|
|
28
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-full-dark.png
|
|
29
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-full-dark.png.meta
|
|
30
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-full-light.png
|
|
31
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/progress-bar-full-light.png.meta
|
|
32
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/style.css
|
|
33
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/style.css.meta
|
|
34
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/unity-logo-dark.png
|
|
35
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/unity-logo-dark.png.meta
|
|
36
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/unity-logo-light.png
|
|
37
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/unity-logo-light.png.meta
|
|
38
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/webgl-logo.png
|
|
39
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/webgl-logo.png.meta
|
|
40
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/webmemd-icon.png
|
|
41
|
+
Assets/WebGLTemplates/WXTemplate2022/TemplateData/webmemd-icon.png.meta
|
|
42
|
+
Assets/WX-WASM-SDK-V2
|
|
43
|
+
Assets/WX-WASM-SDK-V2/CHANGELOG.md
|
|
44
|
+
Assets/WX-WASM-SDK-V2/CHANGELOG.md.meta
|
|
45
|
+
Assets/WX-WASM-SDK-V2/Editor.meta
|
|
46
|
+
Assets/WX-WASM-SDK-V2/Runtime.meta
|
|
47
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli.meta
|
|
48
|
+
Assets/WX-WASM-SDK-V2/Editor/convert.exe
|
|
49
|
+
Assets/WX-WASM-SDK-V2/Editor/convert.exe.meta
|
|
50
|
+
Assets/WX-WASM-SDK-V2/Editor/MiniGameConfig.asset
|
|
51
|
+
Assets/WX-WASM-SDK-V2/Editor/MiniGameConfig.asset.meta
|
|
52
|
+
Assets/WX-WASM-SDK-V2/Editor/Node.meta
|
|
53
|
+
Assets/WX-WASM-SDK-V2/Editor/PicCompressor.cs
|
|
54
|
+
Assets/WX-WASM-SDK-V2/Editor/PicCompressor.cs.meta
|
|
55
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor.meta
|
|
56
|
+
Assets/WX-WASM-SDK-V2/Editor/wx-editor.dll
|
|
57
|
+
Assets/WX-WASM-SDK-V2/Editor/wx-editor.dll.meta
|
|
58
|
+
Assets/WX-WASM-SDK-V2/Editor/WXConvertCore.cs
|
|
59
|
+
Assets/WX-WASM-SDK-V2/Editor/WXConvertCore.cs.meta
|
|
60
|
+
Assets/WX-WASM-SDK-V2/Editor/WXEditorWindow.cs
|
|
61
|
+
Assets/WX-WASM-SDK-V2/Editor/WXEditorWindow.cs.meta
|
|
62
|
+
Assets/WX-WASM-SDK-V2/Editor/WXExtDef.cs
|
|
63
|
+
Assets/WX-WASM-SDK-V2/Editor/WXExtDef.cs.meta
|
|
64
|
+
Assets/WX-WASM-SDK-V2/Editor/WXPluginVersion.cs
|
|
65
|
+
Assets/WX-WASM-SDK-V2/Editor/WXPluginVersion.cs.meta
|
|
66
|
+
Assets/WX-WASM-SDK-V2/Editor/WxWasmSDKEditor.asmdef
|
|
67
|
+
Assets/WX-WASM-SDK-V2/Editor/WxWasmSDKEditor.asmdef.meta
|
|
68
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/commits.txt
|
|
69
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/commits.txt.meta
|
|
70
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/LICENSE.txt
|
|
71
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/LICENSE.txt.meta
|
|
72
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/linux_x86_64.meta
|
|
73
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/macos.meta
|
|
74
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64.meta
|
|
75
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/linux_x86_64/brotli
|
|
76
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/linux_x86_64/brotli.meta
|
|
77
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/macos/brotli
|
|
78
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/macos/brotli.meta
|
|
79
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/brotli.exe
|
|
80
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/brotli.exe.meta
|
|
81
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140.dll
|
|
82
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140.dll.meta
|
|
83
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140_1.dll
|
|
84
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140_1.dll.meta
|
|
85
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140_2.dll
|
|
86
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/msvcp140_2.dll.meta
|
|
87
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/vcruntime140.dll
|
|
88
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/vcruntime140.dll.meta
|
|
89
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/vcruntime140_1.dll
|
|
90
|
+
Assets/WX-WASM-SDK-V2/Editor/Brotli/win_x86_64/vcruntime140_1.dll.meta
|
|
91
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/dump_wasm_symbol.mjs
|
|
92
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/dump_wasm_symbol.mjs.meta
|
|
93
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules.meta
|
|
94
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/package.json
|
|
95
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/package.json.meta
|
|
96
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen.meta
|
|
97
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin.meta
|
|
98
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/index.d.ts
|
|
99
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/index.d.ts.meta
|
|
100
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/index.js
|
|
101
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/index.js.meta
|
|
102
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/LICENSE
|
|
103
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/LICENSE.meta
|
|
104
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/package.json
|
|
105
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/package.json.meta
|
|
106
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/README.md
|
|
107
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/README.md.meta
|
|
108
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/package.json
|
|
109
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/package.json.meta
|
|
110
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/wasm-opt
|
|
111
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/wasm-opt.meta
|
|
112
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/wasm2js
|
|
113
|
+
Assets/WX-WASM-SDK-V2/Editor/Node/node_modules/binaryen/bin/wasm2js.meta
|
|
114
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/classdata.tpk
|
|
115
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/classdata.tpk.meta
|
|
116
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node.meta
|
|
117
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release.meta
|
|
118
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/slim.conf
|
|
119
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/slim.conf.meta
|
|
120
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-avx2
|
|
121
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-avx2.exe
|
|
122
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-avx2.exe.meta
|
|
123
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-avx2.meta
|
|
124
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-neon
|
|
125
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-neon.meta
|
|
126
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-sse4.1.exe
|
|
127
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/astcenc-sse4.1.exe.meta
|
|
128
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/pngquant
|
|
129
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/pngquant.exe
|
|
130
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/pngquant.exe.meta
|
|
131
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/pngquant.meta
|
|
132
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/PVRTexToolCLI
|
|
133
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/PVRTexToolCLI.exe
|
|
134
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/PVRTexToolCLI.exe.meta
|
|
135
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Node/PVRTexToolCLI.meta
|
|
136
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetRipper.TextureDecoder.dll
|
|
137
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetRipper.TextureDecoder.dll.meta
|
|
138
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetsTools.NET.dll
|
|
139
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetsTools.NET.dll.meta
|
|
140
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetsTools.NET.Texture.dll
|
|
141
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/AssetsTools.NET.Texture.dll.meta
|
|
142
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.dll
|
|
143
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.dll.meta
|
|
144
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Mdb.dll
|
|
145
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Mdb.dll.meta
|
|
146
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Pdb.dll
|
|
147
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Pdb.dll.meta
|
|
148
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Rocks.dll
|
|
149
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/Mono.Cecil.Rocks.dll.meta
|
|
150
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/SixLabors.ImageSharp.dll
|
|
151
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/SixLabors.ImageSharp.dll.meta
|
|
152
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/SixLabors.ImageSharp.xml
|
|
153
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/SixLabors.ImageSharp.xml.meta
|
|
154
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Buffers.dll
|
|
155
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Buffers.dll.meta
|
|
156
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Buffers.xml
|
|
157
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Buffers.xml.meta
|
|
158
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Half.dll
|
|
159
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Half.dll.meta
|
|
160
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Memory.dll
|
|
161
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Memory.dll.meta
|
|
162
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Memory.xml
|
|
163
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Memory.xml.meta
|
|
164
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Numerics.Vectors.dll
|
|
165
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Numerics.Vectors.dll.meta
|
|
166
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Numerics.Vectors.xml
|
|
167
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Numerics.Vectors.xml.meta
|
|
168
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Runtime.CompilerServices.Unsafe.dll
|
|
169
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Runtime.CompilerServices.Unsafe.dll.meta
|
|
170
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Runtime.CompilerServices.Unsafe.xml
|
|
171
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Runtime.CompilerServices.Unsafe.xml.meta
|
|
172
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Text.Encoding.CodePages.dll
|
|
173
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Text.Encoding.CodePages.dll.meta
|
|
174
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Text.Encoding.CodePages.xml
|
|
175
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/System.Text.Encoding.CodePages.xml.meta
|
|
176
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/wxlog.dll
|
|
177
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/wxlog.dll.meta
|
|
178
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/WXTextureTools.exe
|
|
179
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/WXTextureTools.exe.config
|
|
180
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/WXTextureTools.exe.config.meta
|
|
181
|
+
Assets/WX-WASM-SDK-V2/Editor/TextureEditor/Release/WXTextureTools.exe.meta
|
|
182
|
+
Assets/WX-WASM-SDK-V2/Runtime/HideLoadingPage.cs
|
|
183
|
+
Assets/WX-WASM-SDK-V2/Runtime/HideLoadingPage.cs.meta
|
|
184
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins.meta
|
|
185
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default.meta
|
|
186
|
+
Assets/WX-WASM-SDK-V2/Runtime/WX.cs
|
|
187
|
+
Assets/WX-WASM-SDK-V2/Runtime/WX.cs.meta
|
|
188
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXBase.cs
|
|
189
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXBase.cs.meta
|
|
190
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXProfileStatsScript.cs
|
|
191
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXProfileStatsScript.cs.meta
|
|
192
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXTouchInputOverride.cs
|
|
193
|
+
Assets/WX-WASM-SDK-V2/Runtime/WXTouchInputOverride.cs.meta
|
|
194
|
+
Assets/WX-WASM-SDK-V2/Runtime/WxWasmSDKRuntime.asmdef
|
|
195
|
+
Assets/WX-WASM-SDK-V2/Runtime/WxWasmSDKRuntime.asmdef.meta
|
|
196
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/dumper.jslib
|
|
197
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/dumper.jslib.meta
|
|
198
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/link.xml
|
|
199
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/link.xml.meta
|
|
200
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/LitJson.dll
|
|
201
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/LitJson.dll.meta
|
|
202
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-Call-JS-Old.jslib
|
|
203
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-Call-JS-Old.jslib.meta
|
|
204
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-Call-JS.jslib
|
|
205
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-Call-JS.jslib.meta
|
|
206
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL1.jslib
|
|
207
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL1.jslib.meta
|
|
208
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL2-Linear.jslib
|
|
209
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL2-Linear.jslib.meta
|
|
210
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL2.jslib
|
|
211
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/SDK-WX-TextureMin-JS-WEBGL2.jslib.meta
|
|
212
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/UDP.jslib
|
|
213
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/UDP.jslib.meta
|
|
214
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/Unity.FontABTool.dll
|
|
215
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/Unity.FontABTool.dll.meta
|
|
216
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/wx-runtime-editor.dll
|
|
217
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/wx-runtime-editor.dll.meta
|
|
218
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/wx-runtime.dll
|
|
219
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/wx-runtime.dll.meta
|
|
220
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/WXAssetBundle.jslib
|
|
221
|
+
Assets/WX-WASM-SDK-V2/Runtime/Plugins/WXAssetBundle.jslib.meta
|
|
222
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/check-version.js
|
|
223
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/check-version.js.meta
|
|
224
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/data-package.meta
|
|
225
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/game.js
|
|
226
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/game.js.meta
|
|
227
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/game.json
|
|
228
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/game.json.meta
|
|
229
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/images.meta
|
|
230
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data.meta
|
|
231
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/plugin-config.js
|
|
232
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/plugin-config.js.meta
|
|
233
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/project.config.json
|
|
234
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/project.config.json.meta
|
|
235
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/texture-config.js
|
|
236
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/texture-config.js.meta
|
|
237
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-namespace.js
|
|
238
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-namespace.js.meta
|
|
239
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk.meta
|
|
240
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/wasmcode.meta
|
|
241
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/weapp-adapter.js
|
|
242
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/weapp-adapter.js.meta
|
|
243
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/workers.meta
|
|
244
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/data-package/game.js
|
|
245
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/data-package/game.js.meta
|
|
246
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/images/background.jpg
|
|
247
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/images/background.jpg.meta
|
|
248
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/images/unity_logo.png
|
|
249
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/images/unity_logo.png.meta
|
|
250
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/data.meta
|
|
251
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/index.js
|
|
252
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/index.js.meta
|
|
253
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/loading.js
|
|
254
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/loading.js.meta
|
|
255
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render.meta
|
|
256
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/data/index.js
|
|
257
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/data/index.js.meta
|
|
258
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/data/utils.js
|
|
259
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/data/utils.js.meta
|
|
260
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image.meta
|
|
261
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/styles.meta
|
|
262
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/tpls.meta
|
|
263
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/avatar.png
|
|
264
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/avatar.png.meta
|
|
265
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button1.png
|
|
266
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button1.png.meta
|
|
267
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button2.png
|
|
268
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button2.png.meta
|
|
269
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button3.png
|
|
270
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/button3.png.meta
|
|
271
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/loading.png
|
|
272
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/loading.png.meta
|
|
273
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/nameBg.png
|
|
274
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
|
|
275
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/rankAvatar.png
|
|
276
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
|
|
277
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/rankBg.png
|
|
278
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
|
|
279
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/shareBg.png
|
|
280
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
|
|
281
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/shareBg2.png
|
|
282
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
|
|
283
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/styles/friendRank.js
|
|
284
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
|
|
285
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/styles/tips.js
|
|
286
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/styles/tips.js.meta
|
|
287
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/tpls/friendRank.js
|
|
288
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
|
|
289
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/tpls/tips.js
|
|
290
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
|
|
291
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/ad.js
|
|
292
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/ad.js.meta
|
|
293
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio.meta
|
|
294
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/authorize.js
|
|
295
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/authorize.js.meta
|
|
296
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/camera.js
|
|
297
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/camera.js.meta
|
|
298
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/canvas-context.js
|
|
299
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
|
|
300
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/canvas.js
|
|
301
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/canvas.js.meta
|
|
302
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/chat.js
|
|
303
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/chat.js.meta
|
|
304
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/cloud.js
|
|
305
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/cloud.js.meta
|
|
306
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/conf.js
|
|
307
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/conf.js.meta
|
|
308
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/fix.js
|
|
309
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/fix.js.meta
|
|
310
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font.meta
|
|
311
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/fs.js
|
|
312
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/fs.js.meta
|
|
313
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/game-club.js
|
|
314
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/game-club.js.meta
|
|
315
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/game-recorder.js
|
|
316
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
|
|
317
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/index.js
|
|
318
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/index.js.meta
|
|
319
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/logger.js
|
|
320
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/logger.js.meta
|
|
321
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/module-helper.js
|
|
322
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/module-helper.js.meta
|
|
323
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/open-data.js
|
|
324
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/open-data.js.meta
|
|
325
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/recorder.js
|
|
326
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/recorder.js.meta
|
|
327
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/response.js
|
|
328
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/response.js.meta
|
|
329
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/resType.js
|
|
330
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/resType.js.meta
|
|
331
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/resTypeOther.js
|
|
332
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
|
|
333
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/sdk.js
|
|
334
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/sdk.js.meta
|
|
335
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/share.js
|
|
336
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/share.js.meta
|
|
337
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/storage.js
|
|
338
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/storage.js.meta
|
|
339
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/texture.js
|
|
340
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/texture.js.meta
|
|
341
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/upload-file.js
|
|
342
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/upload-file.js.meta
|
|
343
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/userinfo.js
|
|
344
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/userinfo.js.meta
|
|
345
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/util.js
|
|
346
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/util.js.meta
|
|
347
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/utils.js
|
|
348
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/utils.js.meta
|
|
349
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/video.js
|
|
350
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/video.js.meta
|
|
351
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/common.js
|
|
352
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/common.js.meta
|
|
353
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/const.js
|
|
354
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/const.js.meta
|
|
355
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/index.js
|
|
356
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/index.js.meta
|
|
357
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/inner-audio.js
|
|
358
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
|
|
359
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/store.js
|
|
360
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/store.js.meta
|
|
361
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/unity-audio.js
|
|
362
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
|
|
363
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/utils.js
|
|
364
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
|
|
365
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/fix-cmap.js
|
|
366
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
|
|
367
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/index.js
|
|
368
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/index.js.meta
|
|
369
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/read-metrics.js
|
|
370
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
|
|
371
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/split-sc.js
|
|
372
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
|
|
373
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/util.js
|
|
374
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/unity-sdk/font/util.js.meta
|
|
375
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/wasmcode/game.js
|
|
376
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/wasmcode/game.js.meta
|
|
377
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/workers/response.meta
|
|
378
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/workers/response/index.js
|
|
379
|
+
Assets/WX-WASM-SDK-V2/Runtime/wechat-default/workers/response/index.js.meta
|
|
380
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini
|
|
381
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Editor.meta
|
|
382
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Plugins.meta
|
|
383
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Resources.meta
|
|
384
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/WxMiniSdk.cs
|
|
385
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/WxMiniSdk.cs.meta
|
|
386
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Editor/PublishWxMini.cs
|
|
387
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Editor/PublishWxMini.cs.meta
|
|
388
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Editor/typhoon-unity-wx.js
|
|
389
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Editor/typhoon-unity-wx.js.meta
|
|
390
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Plugins/_unity_js_bridge.jslib
|
|
391
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Plugins/_unity_js_bridge.jslib.meta
|
|
392
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Resources/TYPHOON_SDK_WX_MINI.prefab
|
|
393
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Resources/TYPHOON_SDK_WX_MINI.prefab.meta
|
|
394
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Resources/WX_TOUCH_INPUT_OVERRIDE.prefab
|
|
395
|
+
Assets/Typhoon_Gen/TyphoonSDK/Runtime/WxMini/Resources/WX_TOUCH_INPUT_OVERRIDE.prefab.meta
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.
|
|
1
|
+
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.20","description":"unity端个汇总渠道的sdk,统一接口,一键发布","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|