Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Using Unity with Sublime Text 2 (How to get everything set up)

Discussion in 'Scripting' started by JacobPennock, Mar 19, 2012.

  1. oferei

    oferei

    Joined:
    Dec 1, 2012
    Posts:
    36
    I've heard that Visual Studio is coming to Mac soon.
     
  2. smokingbunny

    smokingbunny

    Joined:
    Jul 24, 2014
    Posts:
    98
  3. oferei

    oferei

    Joined:
    Dec 1, 2012
    Posts:
    36
    Not kidding! But I got the news from a friend, without a reference.
    I've found this though: Microsoft Visual Studio and .NET coming to Mac and Linux
    ITPro, 13 Nov, 2014:
    The systems will be open-sourced, allowing everyone to access the development tools
    Microsoft has announced its Visual Studio and .NET development tools will be available for Linux and Mac OS as the firm continues to push ahead with its cross-platform strategy.
     
  4. smokingbunny

    smokingbunny

    Joined:
    Jul 24, 2014
    Posts:
    98
    utter... sweet... balls ;)

    im only happy because it will replace MONODEVELOP, i won't use it for anything else but UNITY
     
  5. Ox_

    Ox_

    Joined:
    Jun 9, 2013
    Posts:
    93
    I can't see anything about VS on OS X in the original quote from S. Somasegar.

    Support for iOS doesn't imply VS working on Mac. It could be still compiled at OS X build server.

    And cross-platform .NET doesn't require cross-platform VS either.
     
  6. oferei

    oferei

    Joined:
    Dec 1, 2012
    Posts:
    36
    Indeed, mister Somasegar only promises .NET for OS X, which doesn't mandate VS.
    Let's just hope that he's smart enough to covet the growing community of Mac developers, and maybe that's what he means by:
     
  7. Ox_

    Ox_

    Joined:
    Jun 9, 2013
    Posts:
    93
    Last edited: Apr 29, 2015
  8. passerbycmc

    passerbycmc

    Joined:
    Feb 12, 2015
    Posts:
    1,741
    is that full on visual studio, that will support the Visual Studio tools for unity for debbuging unity and others plugins like resharper though?
     
  9. Demigiant

    Demigiant

    Joined:
    Jan 27, 2011
    Posts:
    3,239
    Nope, that's more like a wannabe-sublime version of Visual Studio (might be cool though, I didn't try it out).
     
  10. passerbycmc

    passerbycmc

    Joined:
    Feb 12, 2015
    Posts:
    1,741
    i tested it, its debugger wont work with unity like the unityVS one, and dosnt support extensions
     
  11. oferei

    oferei

    Joined:
    Dec 1, 2012
    Posts:
    36
    at least is it a good code editor? do we have good news for people who have a mac?

    btw, this is a "preview" version. expect some quirks.
     
  12. sleepd

    sleepd

    Joined:
    Apr 9, 2015
    Posts:
    1
    Try to edit your .bash_profile and add below:
    Code (csharp):
    1.  
    2. DYLD_FALLBACK_LIBRARY_PATH=/usr/lib
    3. export DYLD_FALLBACK_LIBRARY_PATH
    4.  
     
  13. sfjohansson

    sfjohansson

    Joined:
    Mar 12, 2013
    Posts:
    369