# unity-builder **Repository Path**: Halliwood/unity-builder ## Basic Information - **Project Name**: unity-builder - **Description**: A tool to build unity project by Typescript. - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-05-14 - **Last Updated**: 2026-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unity-builder #### 介绍 风月专用,unity项目构建工具。 #### 安装教程 `npm i unity-builder -g` #### 使用说明 * -n, --project-name 项目名-[develop|publish] * -i, --game-ids 游戏ID * -t, --old-tools-root 旧版工具目录(为了复用其中的一些项目配置文件) * -e, --build-exe 构建新的exe/apk/ipa * -p, --platform Android|Ios|Windows ``` unity-builder -n "%ProjectName%-develop" -i %Gameids% -t '%ScriptPath%' -e -p Windows ```