Search Unity

Visual Studio Tools: Visual Studio 2013 not found

Discussion in 'Editor & General Support' started by delzhand, Jul 30, 2014.

  1. delzhand

    delzhand

    Joined:
    Jul 20, 2012
    Posts:
    26
    I've just installed the new VST plugin from here and I'm following the directions to install it here. When I select Open in Visual Studio from the Unity menu, I get this error:

    Visual Studio Tools: Visual Studio 2013 not found

    UnityEngine.Debug:LogWarning(Object)
    SyntaxTree.VisualStudio.Unity.Bridge.Project:LogWarning(String, Object[])
    SyntaxTree.VisualStudio.Unity.Bridge.ProjectFilesGenerator:OpenInVisualStudio()
    SyntaxTree.VisualStudio.Unity.Bridge.UnityMenu:OpenInVisualStudio()

    I haven't done any serious debugging yet, but since this plugin is only a few hours old I thought I'd post my findings for anyone else who is encountering the same issue.
     
  2. Giometric

    Giometric

    Joined:
    Dec 20, 2011
    Posts:
    170
    Do you have at least the Pro edition of Visual Studio? The Visual Studio Tools plugin doesn't work with the free Express editions, unfortunately.
     
  3. delzhand

    delzhand

    Joined:
    Jul 20, 2012
    Posts:
    26
    No I do not, and yes, that does seem to be the issue. I can't justify $500, so looks like I'm stuck with Mono's broken debugger.
     
  4. Dave_Voyles

    Dave_Voyles

    Joined:
    Feb 7, 2014
    Posts:
    32
    If you are looking for Visual Studio, shoot me an email.

    I'm an evangelist at Microsoft, working with startups and indie developers, so I can likely set you up with a copy of Visual Studio through our BizSpark program. We've also got tons of tutorials and content for Unity devs too. Here's one I did on using Prime[31]'s Azure Leaderboards.

    Here's some info on BizSpark.

    Perks of the program:

    • http://wootstudio.ca/startups/bizspark.aspx
    • Windows 8 / Windows Phone developer accounts
    • Visual Studio Ultimate 2013
    • Windows 8
    • Office 365
    • $150 / month Azure credits
    • Website hosting, virtual machines, databases, and mobile services
    • 90 Days of pluralsight + DigitalTutors training (Awesome for Unity)
    • Free marketing support with Microsoft
    • UnityVS, for debugging Unity games within Visual Studio
     
  5. Thompsan

    Thompsan

    Joined:
    Apr 26, 2014
    Posts:
    1
    Thought I might pop by and inform that you now can install the also free Community version of Visual Studio 2013 instead of the Express version. The Community version works fine with extensions and thus with Visual Studio Tools for Unity.

    Go to http://www.visualstudio.com/downloads/download-visual-studio-vs and download Visual Studio Community 2013.
     
  6. cybie

    cybie

    Joined:
    Sep 17, 2010
    Posts:
    91
    Thompsan, great info! Thanks!