Unity Version Control (previously known as Plastic SCM) is an on-prem and cloud-hosted version control system often used by game developers working with Unity.

This page will go over some notes that may be useful to anyone working on Plastic SCM support.

REST API

Local vs. Server API

There are two APIs available:

  1. The local API served by cm api

    Plastic SCM version control · The Plastic SCM API

  2. The API provided by the server (port 7178).

    Plastic SCM - Server REST API

Review Board will use the latter.

Determining the Server

To talk to the REST API, you’ll need to know the server URL. This differs based on on-prem vs. cloud.