Documentation
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
- 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.
- Install the Companion Unity Package
- Install Visual Studio Code Editor Unity package from open upm or directly in Package Manager in Unity Editor from git url
The Unity packages can be installed along with Visual Studio Editor, the package from Microsoft. There will be no conflicts.
- Start Developing Your Awesome Game!
- All features will work automatically once both components are installed