[WIP] u3d/install: refactor towards supporting a U3D_INSTALL_PATH env variable#287
[WIP] u3d/install: refactor towards supporting a U3D_INSTALL_PATH env variable#287lacostej wants to merge 2 commits intoDragonBox:masterfrom
Conversation
b37e08f to
bccbec2
Compare
|
@lacostej @niezbop How's this going? Now I pass the parameter "installation_path" that you have to indicate the path next to "Unity_VERSION". I understand that this pull request improves this flow in terms of CI by only having to indicate the base path where all the directories of each version of the editor that would be built by u3d. |
|
@bdominguez I think that this PR is in quite a poor shape right now. As said in #382 , the Unity .pkg installer does not support paths but only volumes, which is the reason for We would need to take decisions WRT Mac target path support vs hardcoding '/'. And the installer have had a few modifications since this PR was opened, so we may have to rebase it and work on it some more. There are already some conflicts in the file. I don't have much time to work on this soon but I'll try to take a look at what's possible to do when I can. |
|
Ok, thanks. |
Relates to #229
Lacks