๐ŸGet Ready

โš ๏ธ Warning: After the Prologue, mod packages will be activated. However, depending on player choice or future updates, some features or content may be altered, disabled, or behave differently... or the mods may be fully deactivated. This guide assumes modded gameplay from that point forward.

Workplace Installation

Install Unity Editor 6.1

How to Install Our Mod Package from GitHub

โœ… Step 1: Install Unity Hub

  1. Download and install Unity Hub (it's the official Unity launcher).


โœ… Step 2: Install Unity Editor

  1. Open Unity Hub.

  2. Go to the Installs tab.

  3. Click Install Editor.

  4. Choose a version (we recommend the version: 6000.1.0f1) โ€” match the version our mod supports.

  5. Select at least these modules:

    • Windows Build Support

    • Documentation (optional)

  6. Finish installation.


โœ… Step 3: Create a New Unity Project

  1. In Unity Hub, click New Project.

  2. Choose High Definition 3D.

  3. Name your project (e.g., CSTCarMod) and click Create.


โœ… Step 4: Add the Mod Package from GitHub

  1. After Unity opens, go to:

    • Window โ†’ Package Management โ†’ Package Manager

  2. Click the + button (top-left).

  3. Choose "Add package from git URL..."

  4. Paste this:

  5. Click Add.

๐Ÿ’ก You must have an internet connection. Unity will download and install the package.


โœ… Done! ๐ŸŽ‰

You now have the mod installed in your project. You can start using by following

  • CST โ†’ Car Setup

As well as now you can continue and add first car with next section !

Last updated