unity-puerts-template/readme.md

13 lines
389 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Unity Puerts 模板
工作方式
1. 正常npm项目输出一个js bundle与unity独立
2. 依赖Unity生成的类型绑定将打包放入同一目录的Resources文件夹内
安装配置
1. clone本仓库到unity项目外任意路径npm install安装依赖
1. 将Unity项目的`Assets/Gen` symlink到根目录下
1. 配置`.gitignore`,忽略`Assets/Gen`文件夹内容