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

Incorrect dirrectory when using customUnityEditorsPath #212

Open congchinh262 opened 1 year ago

congchinh262 commented 1 year ago

Hi there, I'm facing error when trying to using specific unity editors path, in my case my unity editor is place at 'C:\Program Files\Unity\Hub\Editor\2020.3.42f1\Editor\Unity.exe', but when i run the job it always try to find 'C:\Program Files\Unity\Hub\Editor\2020.3.42f1\Editor\Unity.exe\2020.3.24f1\Editor\Unity.exe' (it always added '\2020.3.24f1\Editor\Unity.exe' to the path of my editor). Any idea for this one ?

juaesto commented 1 year ago

Are there any solutions to this? I have the same problem...

o-litnon commented 1 year ago

Could we also add it as a parameter for the UnitySetup task?

image