cocos render pipeline generator
- install Visual Studio 2019 (english version is a must)
- install vcpkg
- clone repository into a folder on the same level of cocos/engine
- in the repository, install dependencies: vcpkg.exe install --triplet x64-windows --feature-flags manifests
- open Cocos.sln and run project CocosBuilder
- files will be generated in cocos/engine/cocos/core/pipeline/
- cocos/engine branch v3.5.0-pipeline is used with this generator.