The installer files are executable programs that you can use to install the Unity Editor and other components. The components provide target platform build support for the installed Unity Editor version. You must download separate installer files for the Unity Editor and other components.
The installation process involves the following steps:
.exe and .pkg formats respectively. On Linux, the installer file is an archive file in .tar.xz format.To download the Unity Editor for the operating system of your development computer, follow these steps:
The download process of the installer file starts. If prompted, save the file, and note the download location.
After you download the installer files for Windows and macOS, or the archive file for Linux, follow these steps to install the Unity Editor.
Use your file manager application to go to the location where you downloaded the installer file.
Note: You can use the downloaded installer file to install the Unity Editor on other computers using the command line.
Run the installer file and follow the Introduction and License prompts.
Choose the folder location where you want to install the Unity Editor. You can change the default location. Note the selected location.
Proceed through the remaining steps to complete the installation process. When the process completes, the installer deploys the Unity Editor to the following default locations:
Applications/Unity.C:\Program Files\Unity <version>.Use your file manager application to go to the location where you downloaded the archive file.
Right-click the downloaded archive file and select Extract from the drop-down menu.
Create a directory named bin within the ~/.local directory, if not already present.
If installing for a single user, move the directory containing the extracted Linux Editor files to the ~/.local/bin/ directory.
Note: You can also use the command line to move the files: mv [Extracted-Linux-Editor-Directory-Name] ~/.local/bin.
~/.local/bin/[Extracted-Linux-Editor-Directory-Name]
Unity.The Linux Unity Editor now appears in the Installs section of Unity Hub.
After you install the Unity Editor, you can install components for that Editor version.
To download and install components for the installed Windows and macOS Editor, follow these steps:
This installs the selected component for the corresponding Windows or macOS Unity Editor version.
To download and install components for the installed Linux Editor, follow these steps:
Editor/Data/PlaybackEngines.PlaybackEngines directory to the ~/.local/bin/[Unity-Editor-Version]/Editor/Data/PlaybackEngines directory.This installs the selected component for the corresponding Linux Unity Editor version.
Note: Some platforms might require you to install additional dependencies alongside the platform build support component. Refer to Platform development to understand the dependency requirement of the supported platforms.