unity-solution-generator
Rust CLI and library that regenerates .csproj and .sln files for Unity
projects from asmdef/asmref layout — without launching the Unity editor.
Designed for headless CI and IDE-integration tools. ~20× faster than Unity's own solution regeneration on real projects.
Install
CLI
Positional: <command> <unity-root> <platform> <config>.
Platform: ios | android | osx. Config: prod | dev | editor.
Library
[]
= "0.1"
generate?;
For lower-level control see ProjectScanner, LockfileScanner, SolutionGenerator.
License
MIT