一键导入
build-generator
Build Roslyn source generators and deploy the resulting DLL into the Unity package
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build Roslyn source generators and deploy the resulting DLL into the Unity package
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build the Roslyn analyzer submodule and deploy the resulting DLL into the Unity package
Verify and update Aspid.FastTools README files against the actual codebase — namespaces, public API, CreateAssetMenu paths — keeping EN/RU and root/Documentation copies in sync
| name | build-generator |
| description | Build Roslyn source generators and deploy the resulting DLL into the Unity package |
| user-invocable | false |
From the repository root run:
dotnet build Aspid.FastTools.Generators/Aspid.FastTools.Generators/Aspid.FastTools.Generators.csproj -c Release
The build itself deploys: ILRepack.targets merges helper dependencies into a single-file DLL and Directory.Build.targets copies it into the Unity package — no manual copy step.
Report build output and any errors.
Arguments: $ARGUMENTS (optional: pass Debug to build in Debug configuration instead of Release)