Search Unity

Monodevelop Sucks

Discussion in 'Formats & External Tools' started by Elecman, Mar 15, 2012.

  1. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,445
  2. Venryx

    Venryx

    Joined:
    Sep 25, 2012
    Posts:
    444
    Wow, I didn't know about the following until reading that, and googling it to make sure you were talking about UnityVS (it's now being developed by Microsoft and is free!): http://blogs.msdn.com/b/visualstudio/archive/2014/07/29/visual-studio-tools-for-unity-1-9.aspx
     
    Dustin-Horne likes this.
  3. Dustin-Horne

    Dustin-Horne

    Joined:
    Apr 4, 2013
    Posts:
    4,568
    Yes, Microsoft acquired syntax tree. It does require visual studio pro or higher as express doesn't allow plugins but you can get that free with the bizspark program or with dreamspark if you are a student in a subscribing school.
     
  4. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    Ok so Monodevelop doesn't even open now. Icon sits in dock, open-like but can't get to the actual script editor? I get the top of the window menu options but it refuses to open a script.

    I wish Unity Tech would stop hawking this shovelware. I'm about to teach a dozen students why their script editor is utter crap and no I don't know why.
     
  5. SteveJ

    SteveJ

    Joined:
    Mar 26, 2010
    Posts:
    3,085
    I just recently switched off of MonoDevelop. I rebuilt my machine (MacOS) and did a fresh install of Unity (and MonoDevelop). Out of the box it started doing this weird indenting crap that it had never done before - giving me code along the lines of:

    Code (csharp):
    1.  
    2. if (whatever) {
    3.             dostuff();
    4.             whatever();
    5.         }
    6.    
    7.     somethingelse();
    8.    
    9.         blah();
    10.  
    All over the place! And this was on the default settings. I didn't change anything to cause it, and nothing that I did change would fix it.

    I was running a Windows 8.1 VM for a couple of things anyway, so now it's all Visual Studio and I'm never going back. Never, I tell you!

    :)
     
  6. guavaman

    guavaman

    Joined:
    Nov 20, 2009
    Posts:
    5,633
    If you're using Windows, save everyone the headaches and tell your students to sign up for DreamSpark and they'll get Visual Studio 2013 Ultimate free, plus a ton of other stuff. BizSpark is the version for new startups. You will never look back. There is an MS rep here who posted the other day in this thread who can get you set up I'm sure: http://forum.unity3d.com/threads/vi...l-your-unity-development.120327/#post-1842043
     
  7. Dustin-Horne

    Dustin-Horne

    Joined:
    Apr 4, 2013
    Posts:
    4,568
    I believe the school needs to enroll in dreamspark and give access to the students, depending on what level we're talking about. I agree though, for accredited schools, dreamspark and unityvs is the way to go. Looking at the ops resume though, I don't think he teaches at a school.
     
  8. guavaman

    guavaman

    Joined:
    Nov 20, 2009
    Posts:
    5,633
    Okay, I didn't realize that. Good to know.
     
  9. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    It is at a school, and on Macs.
    My immediate issue is at home though, also on Mac. I can install ScriptEditor2 or use Unitron and I guess we'll just use Unitron at the school too.
     
  10. Dustin-Horne

    Dustin-Horne

    Joined:
    Apr 4, 2013
    Posts:
    4,568
    while monodevelop is crappy in general, it still looks like an issue specific to your setup and that wouldn't likely affect your students.
     
  11. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    I had one student double click on a script, and MD bounced a few times then closed before it even opened, so I'm a bit concerned about walking a class through it. We're only doing basic scripting (next week) so will look to Unitron, either as a primary tool or backup.

    Its just been so problematic for such a long time I don't know why Unity tech didn't just invest more time into Unitron instead.
     
  12. Flipbookee

    Flipbookee

    Joined:
    Jun 2, 2012
    Posts:
    2,798
    Well, if you think Script Inspector 2 is a better option than Unitron use that then. Don't worry about licenses, if M$ can do that then you have my blessing for Si2 too, just use your copy on school Macs.
     
  13. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    Awesome thanks! I appreciate that.
     
    Flipbookee likes this.
  14. Brainswitch

    Brainswitch

    Joined:
    Apr 24, 2013
    Posts:
    270
    Flipbookee and guavaman like this.
  15. Elecman

    Elecman

    Joined:
    May 5, 2011
    Posts:
    1,374
  16. SteveJ

    SteveJ

    Joined:
    Mar 26, 2010
    Posts:
    3,085
    Has anyone tried out Community 2013 with Unity running on MacOS? I can't get it to work using the normal approach of adding the reference paths for Unity.

    If anyone else plays around and gets it working, let me know.
     
  17. SteveJ

    SteveJ

    Joined:
    Mar 26, 2010
    Posts:
    3,085
    All good. Figured out you have to remove the path references and then add them again. Don't know why, but there you go.