Getting Started with Unity Code Pro

Welcome to Unity Code Pro! This guide will help you set up and start using Unity Code Pro to supercharge your Unity development workflow in VS Code.

Prerequisites

  • Visual Studio Code - VS Code or one of the popular forks
  • Unity 6.0 or higher - Required for the companion Unity package
  • Windows x64 - Currently the only supported platform

This extension depends on Dot Rush, a C# language server, if you're using the C# extension or C# Dev Kit extension, you must disable them for Unity Code Pro to function correctly.

Installation

  1. Install Unity Code Pro Extension
    • In VS Code (or its popular forks), open the Extensions view
    • Search for "Unity Code Pro"
    • Click Install

Alternatively, you can download the extension directly from Open VSX and install it in your code editor.

  1. Install the Companion Unity Package

The Unity packages can be installed along with Visual Studio Editor, the package from Microsoft. There will be no conflicts.

  1. Start Developing Your Awesome Game!
    • All features will work automatically once both components are installed