# puerts_unity_demo **Repository Path**: zwei_qingfeng/puerts_unity_demo ## Basic Information - **Project Name**: puerts_unity_demo - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-04 - **Last Updated**: 2023-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unity demo for puerts ## 怎么跑这demo? * git clone https://github.com/chexiongsheng/puerts_unity_demo.git * puerts_unity_demo就是个unity工程,Examples是示例 * 示例01到示例04都是js编写,可以直接修改对应的js代码看效果 * 实例05是typescript工程生成的代码,用vscode打开根目录的TsProj工程,修改ts代码,然后在vscode里打开一个TERMINAL,敲入“npm run build”,这个命令编译并拷贝到相应的目录。 - 需要安装vscode,node,npm,typescript - 用window命令行工具到TsProj下执行“npm run build”也可以 ## 关于版本 本demo使用的是最新版本puerts,而非最稳定版本puerts。如果您是处在前期体验阶段,可以切换至1.0.x分支体验。 > this demo is using the latest version of puerts instead of the stable version. if you found some fatal problem, we suggest you to use the branch 1.0.x.