Cake.Unity
Cake.Unity copied to clipboard
FindUnityEditor(s): ability to specify custom path
The same is expected for UnityEditor API as well.
Have same request, wanna have an ability to specify custom unity editor folder.
I have a couple of unity editors installed in a custom path, but cake.unity can't find it, both by version and by FindUnityEditors method.

@kolesnick is there a way to solve Error: Failed to locate Unity Editor ?
Cake log shows Search patterns: [C:/Program Files (x86)/*Unity*/*/Editor/Unity.exe, C:/Program Files (x86)/*Unity*/*/*/Editor/Unity.exe, C:/Program Files (x86)/*Unity*/*/*/*/Editor/Unity.exe]
And I have an Editor in C:\Program Files\Unity\Hub\Editor
I found an option to pass Editor path explicitly in UnityEditor but seems a bit not flexible solution...