Suggestion for developer guide about Ninja

I think this installing guide is needed for packaging in build guide. (for android and UWP)

for Windows in Powershell as administrator

winget install Ninja-build.Ninja

since after v1.6.1 I am failing build for packaging Cesium for Unity.

so I comment out UWP and Android build in Package.cs every time. then I am building package just for windows player.

Today I know why I failed build on my windows 10 environment. because of not installing Ninja.

I succeeded build of tag v1.16.1

my enviroment information FYI.

Windows 10 Home: OS Build 19045.5965
Unity Editor : 2022.3.41f1
cmake version: 3.25.1
dotnet: 9.0.201
Visual Studio 2022: 17.14.7
MSBuild version 17.14.14+a129329f1 for .NET Framework
ninja version : 1.12.1

Hi @Tom_Lee,

Thanks for pointing that out! We may have forgotten that detail when we wrote up our documentation. We’d welcome a pull request for this if you have the bandwidth! :smiley:

1 Like