You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some help properly configuring my build agent machines. I feel like I've done everything in the README but I'm still getting this error message:
Unable to locate tool unity 2018.2.10 in system. Please make sure to specify UNITY_PATH environment variable.
My Configuration
Build Agent:
Unity install location: /Applications/Unity
e.g. /Applications/Unity/2018.2.10f1, /Applications/Unity/2018.4.8f1, etc.
when I specify 2018.2.10f1 I get this error in the build: Invalid version (no patch version): 2018.2.10f1
I've also set a TeamCity environment variable for the UNITY_PATH: env.UNITY_PATH=/Applications/Unity/
My understanding from the README is the plugin should detect all of my Unity versions as they're under /Applications/Unity* but I'm not sure what's going wrong.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, apparently you should not specify the last part of the version string in the plugin. You should only specify 2018.2.10 and not f1. If that fails, then try 2018.2. I'm 100% certain one of those ways worked for me (last week!) when I tried configuring my build process, just not sure which one. To be clear, my build configuration GUI is now showing 2020.1.0, but I'm not 100% sure if the last zero was not added by the plugin itself on save :)
I need some help properly configuring my build agent machines. I feel like I've done everything in the README but I'm still getting this error message:
Unable to locate tool unity 2018.2.10 in system. Please make sure to specify UNITY_PATH environment variable.
My Configuration
Build Agent:
Plugin Configuration:
My understanding from the README is the plugin should detect all of my Unity versions as they're under /Applications/Unity* but I'm not sure what's going wrong.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: