Skip to content

Commit f94b010

Browse files
committed
docs(APIV2): Update README.md
1 parent 7997d0b commit f94b010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/API_V2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
git clone https://github.com/wechat-miniprogram/minigame-unity-webgl-transform.git
1111
```
1212

13-
2. 使用Unity打开`/Demo/API`目录,API示例开发版本为`Unity 2018.4.36f1`
13+
2. 使用Unity打开`/Demo/API`目录,API示例开发版本为`Unity 2022.3.14f1`
1414
3. 若Unity为2020及以前(如2019)版本,则需要在`/Assets/Scripts/Editor/PreBuildProcessing.cs`中配置Python环境变量。
1515
4. 点击"工具栏——微信小游戏——转换小游戏",填写自己的**游戏AppID**并设置**导出路径**,以及设置其他导出选项,之后点击"生成并转换"。
1616
5. 使用[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)打开`导出路径/minigame`
@@ -31,7 +31,7 @@
3131
│ ├── Prefabs // 预制体目录
3232
│ ├── Scenes // 场景目录
3333
│ ├── Scripts // 脚本目录
34-
── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
34+
── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
3535
│ └── WebGLTemplates // 微信小游戏适配插件目录
3636
├── Packages
3737
├── ProjectSettings

0 commit comments

Comments
 (0)