Unity Debugger Extension for Visual Studio CodeThis extension is not officially supported by Unity Technologies. Use Visual Studio Code to debug your Unity C# projects. Setup
Attach to Process PickerNew in version 1.1.0 it is now possible to select which Unity process you want to attach to from a quick pick menu.
UsageStrings in the variable view is truncated to 100 characters, with appended ellipsis. 'Example wor...'. To view the entire value of this string add it to the watch fields. In addition, evaluating the variable using the debugger console will reveal the same result. BuildingTo build this repository, clone it then get all submodules: Then open |
VS Code Python Tooling Gets 'Most Requested' Feature: Poetry Support. The wildly popular Python extension for Visual Studio Code is previewing support for Poetry, which eases Python packaging and dependency management. Search results for 'Unity', Visual Studio Code on marketplace.visualstudio.com. Descargar Visual Studio Code:https://code.visualstudio.com/Extensiones:C#:https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharpvscode-icons:ht.
Note
This guide assumes you already have installed Unity using the Unity Hub program. If you are new to Unity, we recommend visiting Unity Learn and complete the Unity Essentials learning path first.
Install Unity support for Visual Studio
Visual Studio Tools for Unity is a free extension that provides support for writing and debugging C# and more. Visit the Tools for Unity overview for a complete list of what the extensions includes.
Note
This installation guide is for Visual Studio. If you're using Visual Studio Code, please visit the Unity Development with VS Code documentation.
Download the Visual Studio installer, or run it if already installed.
Click Modify (if already installed) or Install (for new installations) for your desired version of Visual Studio.
On the Workloads tab, scroll to the Gaming section and select the Game development with Unity workload.
Note
This installation guide is for Visual Studio for Mac. If you're using Visual Studio Code, please visit the Unity Development with VS Code documentation.
Tools for Unity is included with the installation of Visual Studio for Mac and no separate installation steps are required. You can verify this in the Visual Studio for Mac > Extensions > Game Development menu. Visual Studio for Mac Tools for Unity should be enabled.
Check for updates
It's recommended to keep Visual Studio and Visual Studio for Mac updated so you have the latest bug fixes, features, and Unity support. This doesn't require an update of Unity versions.
Click the Help > Check for Updates menu.
If there is an update available, the Visual Studio Installer will show a new version. Click the Update button.
- Click the Visual Studio for Mac > Check for Updates... menu to open the Visual Studio Update dialog.
- If there is an update available, click the Install button.
Configure Unity to use Visual Studio
By default, Unity should already be configured to use Visual Studio or Visual Studio for Mac as a script editor. You can confirm this or change the external script editor to a specific version of Visual Studio from the Unity Editor.
In the Unity Editor, select the Edit > Preferences menu..
Select the External Tools tab on the left.
The External Script Editor dropdown list provides a way to choose different installations of Visual Studio. You can also click Browse... from the dropdown list to add an unlisted version.
If Browse... was selected, navigate to the Common7/IDE directory inside your Visual Studio installation directory and select devenv.exe. Then, click Open.
Once Visual Studio is selected in the External Script Editor list, confirm that the Editor Attaching checkbox is selected.
Close the Preferences dialog to complete the configuration process.
In the Unity Editor, select the Unity > Preferences menu..
Select the External Tools tab on the left.
The External Script Editor dropdown list provides a way to choose different installations of Visual Studio. You can also click Browse... from the dropdown list to add an unlisted version.
Close the Preferences dialog to complete the configuration process.
Visual Studio Code Unity Setup
Next steps
Unity Visual Studio Code Completion
To learn how to work with and debug your Unity project in Visual Studio, visit Using Visual Studio Tools for Unity.