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 would like to be able to install the editors by naming the directories homogeneously in all the OSes.
Right now with the "--installation_path" parameter:
Windows: the absolute path can be specified.
macOS: only the path to the volume can be specified.
Linux: I haven't used it so I don't know.
In macOS I would like to be able to indicate the path to the directory where it will be installed. Right now looking at the next line of code you can see how it is hardcoded with the prefix "Unity_":
Issue Checklist
u3d --help
Issue Description
I would like to be able to install the editors by naming the directories homogeneously in all the OSes.
Right now with the "--installation_path" parameter:
In macOS I would like to be able to indicate the path to the directory where it will be installed. Right now looking at the next line of code you can see how it is hardcoded with the prefix "Unity_":
u3d/lib/u3d/installer.rb
Line 215 in a46fc31
Can it be modified to allow the relative path to be indicated from the volume? Thank you.
The text was updated successfully, but these errors were encountered: