Hello,
I am currently trying to create a CI/CD that build our unity prioject each time we merge our branch to master for example. Today we can build the solution from unity build settings but we need the option "create visual studio solution" as some of our post process script (that use IPostprocessBuildWithReport to launch after unity finished to generate the solution) need the solution. I found the possibility to run a pipeline from commandline using the -executeMethod and run a custom script. But I didn't find anywhere where to generate a visual studio solution for the build, whether it is by the BuildPlayerOptions or by UnityEditor.SyncVS.SyncSolution (which only create the unity editor solution) So my question is it is possible to generate the visual studio solution to build projects ? If yes how can I achieve it ?
Regards,
Nicolas
I am currently trying to create a CI/CD that build our unity prioject each time we merge our branch to master for example. Today we can build the solution from unity build settings but we need the option "create visual studio solution" as some of our post process script (that use IPostprocessBuildWithReport to launch after unity finished to generate the solution) need the solution. I found the possibility to run a pipeline from commandline using the -executeMethod and run a custom script. But I didn't find anywhere where to generate a visual studio solution for the build, whether it is by the BuildPlayerOptions or by UnityEditor.SyncVS.SyncSolution (which only create the unity editor solution) So my question is it is possible to generate the visual studio solution to build projects ? If yes how can I achieve it ?
Regards,
Nicolas