We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7997d0b commit f94b010Copy full SHA for f94b010
Demo/API_V2/README.md
@@ -10,7 +10,7 @@
10
git clone https://github.com/wechat-miniprogram/minigame-unity-webgl-transform.git
11
```
12
13
-2. 使用Unity打开`/Demo/API`目录,API示例开发版本为`Unity 2018.4.36f1`。
+2. 使用Unity打开`/Demo/API`目录,API示例开发版本为`Unity 2022.3.14f1`。
14
3. 若Unity为2020及以前(如2019)版本,则需要在`/Assets/Scripts/Editor/PreBuildProcessing.cs`中配置Python环境变量。
15
4. 点击"工具栏——微信小游戏——转换小游戏",填写自己的**游戏AppID**并设置**导出路径**,以及设置其他导出选项,之后点击"生成并转换"。
16
5. 使用[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)打开`导出路径/minigame`。
@@ -31,7 +31,7 @@
31
│ ├── Prefabs // 预制体目录
32
│ ├── Scenes // 场景目录
33
│ ├── Scripts // 脚本目录
34
-│ └── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
+│ ├── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
35
│ └── WebGLTemplates // 微信小游戏适配插件目录
36
├── Packages
37
├── ProjectSettings
0 commit comments