Skip to content

Possibility to indicate the absolute path through --installation_path on all OSs in a homogeneous way #409

@bdovaz

Description

@bdovaz

Issue Checklist

  • I'm using the latest u3d version
  • I ran u3d --help
  • I read the README
  • I made sure that a similar issue doesn't exit

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:

  • 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_":

destination_path = File.join(target_path, 'Applications', format(UNITY_DIR, version: version))

Can it be modified to allow the relative path to be indicated from the volume? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions