-
Notifications
You must be signed in to change notification settings - Fork 58
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
Added a scriptable option for selecting Unity installation #7
base: main
Are you sure you want to change the base?
Added a scriptable option for selecting Unity installation #7
Conversation
To a certain extent, isn't this already available by defining a Unity installation with: And as long as the job has "unity_version_dirname", then it will expand that variable. I know this works (as currently using it), curious what else this PR is adding ... (macro?) |
Hi, We use a Groovy script to dynamically create the define, say
On Sat, Jun 4, 2016 at 12:13 AM, Brenton B notifications@github.com wrote:
|
I haven't tried using "Inject Env Vars" in conjunction with Unity3d yet, but we have a setup operating in production that takes in a parameter for the Unity version, then the unity3d plugin itself has the named install directory using that parameter ... and it works. Mind you, this is a fairly simple setup. |
That would be something we direly need too. Is this still functioning ? I tried to reproduce @Brantone setup to no avail. Did you use "Inject Env Vars" to make it work ? |
Hi @monsieurh.
We still use the patched version daily, but I haven't updated the Unity3d
plugin in ages because the pull request was not accepted.
…On Mon, Jun 24, 2019 at 4:40 PM monsieurh ***@***.***> wrote:
That would be something we direly need too. Is this still functioning ? I
tried to reproduce @Brantone <https://github.com/Brantone> setup to no
avail. Did you use "Inject Env Vars" to make it work ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7?email_source=notifications&email_token=ABXTY2CEVGFFXSDDHKSWVFDP4DFFVA5CNFSM4CBK2TSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYM6RWA#issuecomment-505014488>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABXTY2FW5VDAGNRNRJUF7C3P4DFFVANCNFSM4CBK2TSA>
.
|
Any chance of accepting this pull request? It makes the Unity installation scriptable by accepting environment variables. There seems to be quite a few people needing this behaviour. |
Can use environment and build variables, instead of selecting from a static drop-down box. Should still point to a name in the global Unity3d installations. Standard behaviour until used.