Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration Help #36

Open
mkm12789 opened this issue Sep 12, 2019 · 1 comment
Open

Configuration Help #36

mkm12789 opened this issue Sep 12, 2019 · 1 comment

Comments

@mkm12789
Copy link

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.
  • buildAgent.properties contents
    • unity.path.2018.2.10f1=/Applications/Unity/2018.2.10f1
    • unity.path.2018.4.8f1=/Applications/Unity/2018.4.8f1

Plugin Configuration:

  • Unity version: 2018.2.10
    • 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!

@georgethejournalist
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants