Visual Studio Improves Gaming Tools For Unity |
Written by Kay Ewbank |
Tuesday, 29 November 2016 |
The tools for the Unity gaming platform in Visual Studio have been improved in a new preview. Visual Studio Tools for Unity 3 (VSTU) is Microsoft’s free Visual Studio add-on that lets you work with the Unity gaming tools and platform. Unity is a multiplatform game engine, that you can use to develop and deploy games to mobile, VR, desktop, Web, Console and TV platforms. VSTU 3 Preview is part of the tools for Game Development with Unity that is part of the Visual Studio 2017 RC installer, and is also available for Visual Studio 2015 Update 3 on the Visual Studio Gallery. The improvements have mainly been made in the areas of code editing and debugging. You now get code coloration for Unity messages and event functions, so they stand out from other methods in the editor.
The preview also now plugs into Visual Studio’s C# IntelliSense engine to provide code completion for Unity messages. If you start declaring a method, and if you’re in a class that supports Unity messages, IntelliSense will kick-in and show you the list of Unity messages your script can implement. The expression evaluator has also been improved. This displays the values of the Locals and the results of the expressions you input into the Watch and Immediate Window. The improved version behaves more like the .NET debugger. The debugger has new support for a variety of expressions, including string concat, direct cast, and is, as, default and new. There's also support for creating new temporary variables, and for implicit private conversions. The developers say they've alsoadded better error messages when a type is expected or not found. The wizards have been improved with support for Unity messages in non Behaviour types such as Editor or EditorWindow; and they've switched to Roslyn to inject and format Unity messages. More InformationVisual Studio 2017 RC installer Visual Studio 2015 Tools for Unity Unity gaming tools and platform Related ArticlesSuspense Over Visual Studio For Mac - Update Visual Studio 2015 Launched - Any App Any Developer Visual Studio 2015 To Launch Before Windows 10 Developers - Microsoft Is Back! Why Should We Write Universal Apps When Microsoft Drops Them - Skype To Go Desktop Only Microsoft Buys Xamarin - About Time Too
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Wednesday, 30 November 2016 ) |