Firstborn/Library/PackageCache/com.unity.collab-proxy@1.17.7/Documentation~/NewPlasticRepo.md
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

24 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Getting started with a new Plastic SCM repository
**Note**: To start from an existing Plastic SCM repository, see [Getting started with an existing Plastic SCM repository](ExistingPlasticRepo.md).
You can walk through a straightforward onboarding wizard when creating a repository for your Unity project. This new wizard will help you:
* Set up your account and configure your repository for your Unity project, enabling you to sync to a Plastic SCM Cloud Edition repository.
* Generate a standard ignore file that prevents unnecessary components of your Unity project from being checked in.
* Automatically do the first check-in so that your repository is in sync with your local changes.
1. Open your Unity project.
2. To access the Plastic SCM window in the Unity Editor, click **Window** > **Plastic SCM**:
![Plastic SCM window](images/AccessingPlastic.png)
3. In the Plastic SCM onboarding window, complete the steps to continue:
![Onboarding](images/Onboarding.png)
Unity connects your project to your Plastic SCM Cloud repository; Plastic SCM automatically creates an ignore file in the workspace for Unity projects so it doesn't track files that shouldn't be part of the repository. It also creates a standard automatic checkin during the initial setup. So now you're all set to start using Plastic SCM!
![Automatic setup](images/AutomaticSetup.png)
**Note**: Basic version control actions, such as viewing pending changes, checking in changes, and viewing changesets, dont require a Plastic SCM Client install. However, if you want to use more advanced features, such as branching and diffing changeset, you will be prompted to download the Plastic SCM client (if you have not already done so):
![Advanced features](images/AdvancedFeatures.png)