Create a repository
Create a new repository in Unity Version Control.
Read time 1 minuteLast updated 21 days ago
To work in Unity Version Control (UVCS), you need a repository.
Create a repository in the Unity Dashboard
You can create a repository through the Unity Dashboard:- In the DevOps section, select Repositories.
- Select New repository.
- Enter a name and select Create.
Create a repository in the GUI
- Select the home icon to open the Repositories view.
- Select the server you want to use from the dropdown menu.
- Select the Create new repository plus icon.
- Enter a name for the repository.
- Optionally, to create a local copy of the repository, select Create a workspace for this repository. Set a name and a location for the files.
- Select Create.
Create a repository in the CLI
To create a repository, you can use thecm repositoryFor more information and options, refer to thecm repository create rep_name
cm repository