Unity VCS organization settings
The Unity VCS Organization Settings page lets you view and manage options for your organization and users. From here, you can set up Lock rules, Integrations, Merge rules, and set up Network allow lists.
To edit your VCS organization profile:
- From the organizations list, select the organization names you want to edit.
- Go to the Profile tab.
- You can edit the Organization Name, Organization Icon, and Description.
- Click Save.
To view organization settings:
- Sign in to the Unity dashboard.
- Go to DevOps > Version Control > Organizations.
- Select the organization which you want to manage.
- Select Manage settings.
Lock Rules
Locking (exclusive checkout) is useful for handling files that cannot be merged (3D assets, images, audio). You can configure the locking rules so that Unity VCS knows which files to lock on checkout.
There are two types of lock rules:
Organization rule
This lock rule applies to all repositories that don’t have repository-specific rules. You can only create one rule per organization.
To set up an organization lock rule:
- On the Organization page, go to the Lock rules tab.
- Under Organization rule, select Create lock rule.
- Select the repository that the rule should apply to.
- Add the file extensions manually or select Generate common rules to populate with file extensions.
- Select Save.
Repository-specific rules
These lock rules are specific to a repository and overwrite the organization lock rules. You can create as many repository-specific rules per organization.
To set up a repository-specific lock rule:
- From the Lock rules tab on the organizations page, go to the Repository specific rules section, and select Create lock rule.
- Select the repository that the rule should apply to.
- Add the file extensions manually or select Generate common rules to populate with file extensions.
- Select Save.
Excluding branches
When configuring lock rules, you can also define branches that are not affected by them.
Branch exclusion rules give you more control over how you set up automations, prototype branches or any configuration that fits with your workflow.
Delete lock rules
To delete a lock rule:
- From the Lock rules tab on the organizations page, select the lock rule you want to delete.
- Select Delete lock rule.