Dinomite-Studios / unity-azure-pipelines-tasks

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
https://unitydevops.com/
MIT License
121 stars 49 forks source link

-noGraphics always enabled for tests, breaks tests using compute shaders #169

Closed fnuecke closed 3 years ago

fnuecke commented 3 years ago

From what I can tell, the -noGraphics command line argument is always passed when running tests using the UnityTest task.

This leads to tests using compute shaders to fail.

It would be great if there were an exposed parameter for this, similar to batchMode.

FejZa commented 3 years ago

Thank you @fnuecke for this suggestion. An update for the extension (v2.8.3) has just been released to the marketplace with this feature implemented.

fnuecke commented 3 years ago

Thanks!