ubisoft / Sharpmake

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Apache License 2.0
922 stars 168 forks source link

Unity(JUMBO) build support #305

Closed Say-Y closed 10 months ago

Say-Y commented 10 months ago

Only Unity (JUMBO) build was added. reference: https://github.com/ubisoft/Sharpmake/pull/234

jspelletier commented 10 months ago

Have you ever checked the Blob feature in sharpmake? It is similar to jumbo builds but is not specific to msbuild. Not that I am against adding support for jumbo builds.

Say-Y commented 10 months ago

Personal codes was push as my mistake. I've reverted that code. I will write another pull request reflecting the changes.