News

VS 2015 Tooling Update for Unity Game Devs

Among the changes in Visual Studio 2015 Tools for Unity is a fix for an issue that prevented the abiltity to debug Unity games that incorporated Xamarin. It also incorporates support for Visual Studio 2015 function breakpoints and access to Unity MonoBehaviours.

The Visual Studio team released an incremental update to its Visual Studio 2015 Tools for Unity. Among the changes in version 2.3 is a number of fixes for debugging issues, especially for those who use Xamarin in conjunction with VSTU.

"VSTU no longer conflicts with the Xamarin tools, preventing you from debug[ging] your Unity game," notes Jb Evain, software engineering manager with Visual Studio, in a blog. Some UserVoice commenters noted that there had been Other improvements: support for VS 2015 function breakpoints, use of text, XML, HTML, and JSON string visualizers while debugging, and fixes for a number of expression evaluation issues from within the debugger.

One other change of note is the ability to access all of Unity's MonoBehaviours from wizards in the VS IDE. MonoBehaviours are Unity's base classes that are used by scripts to attach to a GameObject (a container) within the Unity Editor.

VSTU allows for cross-platform game development with the Unity gaming engine, all while using the full compliment of Visual Studio 2015 environment for building and deploying Unity games.

"VSTU works best with Unity 5.3 where it's natively supported, but we continue to support game developers on previous versions of Unity through the use of our VSTU Unity package," said Evain. Developers working with Unity 5.2 only need to reinstall this version, while those using Unity 5.2 will need to reimport it into projects.

VSTU is available via the VS IDE extension manager or in the VS Gallery.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube