원클릭으로
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)