C# (CSharp) UnityVSExpress 네임스페이스

클래스들

이름 설명
Program This is a simple application that acts as a middleman between Unity and Visual Studio Express for C# editing. It allows the user to double-click on files in Unity (or errors) and have the file be opened in Visual Studio Express at the correct line number. To install this application as your Unity editor: 1. Place the compiled UnityVSExpress.exe somewhere. 2. In Unity, select Edit-->Preferences-->External Tools-->External Script Editor. 3. Browse for and select UnityVSExpress.exe. 4. In Unity, fill out the External Script Editor Args field with: "$(File)" $(Line) The default Visual Studio Express year to run is 2010, i.e., Visual C# Express 2010. If you would like to run a different year, you can add that as a third parameter: "$(File)" $(Line) 2013 In this case, Unity would run Visual Studio Express 2013, i.e., Windows Desktop Express 2013. 5. Make sure that .cs files are opened with the Visual Studio Express version you want by default. To make sure of this, go to a .cs file, right click on it, select Open with-->Choose default program... Then select the version of Visual Studio Express that you are using for Unity scripts.