File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
git clone https://github.com/wechat-miniprogram/minigame-unity-webgl-transform.git
11
11
```
12
12
13
- 2 . 使用Unity打开` /Demo/API ` 目录,API示例开发版本为` Unity 2018.4.36f1 ` 。
13
+ 2 . 使用Unity打开` /Demo/API ` 目录,API示例开发版本为` Unity 2022.3.14f1 ` 。
14
14
3 . 若Unity为2020及以前(如2019)版本,则需要在` /Assets/Scripts/Editor/PreBuildProcessing.cs ` 中配置Python环境变量。
15
15
4 . 点击"工具栏——微信小游戏——转换小游戏",填写自己的** 游戏AppID** 并设置** 导出路径** ,以及设置其他导出选项,之后点击"生成并转换"。
16
16
5 . 使用[ 微信开发者工具] ( https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html ) 打开` 导出路径/minigame ` 。
31
31
│ ├── Prefabs // 预制体目录
32
32
│ ├── Scenes // 场景目录
33
33
│ ├── Scripts // 脚本目录
34
- │ └ ── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
34
+ │ ├ ── WX-WASM-SDK-V2 // 微信小游戏适配插件目录
35
35
│ └── WebGLTemplates // 微信小游戏适配插件目录
36
36
├── Packages
37
37
├── ProjectSettings
You can’t perform that action at this time.
0 commit comments