May 2018
Beginner
492 pages
11h 53m
English
When you install Unity, you have the option to install Microsoft Visual Studio Tools for Unity as the default script editor. It's a great editor and debugging environment. However, this edition installed with Unity is not a full version of Visual Studio. To target your build as a separate UWP app, you will need to use a full version of Visual Studio.
Visual Studio is a powerful integrated developer environment (IDE) for all kinds of projects. When we build for UWP from Unity we will actually build a Visual Studio-ready project folder that you can then open in VS to complete the compile, build and deploy process, to run the app on your device.
Visual Studio comes in three editions, Community, Professional ...
Read now
Unlock full access