Search Unity

Difference between MonoDevelop and Visual Studio?

Discussion in 'Linux' started by Wilford111, Jan 14, 2016.

  1. Wilford111

    Wilford111

    Joined:
    Jan 14, 2016
    Posts:
    7
    Hello, I'm pretty new to Unity (just downloaded it yesterday) and am currently going through tutorials. One thing that I noticed in the scripting tutorials is that it mentioned Visual Studio. However, to my knowledge, it's not supported on Linux, at least not completely.

    I was wondering, is it fine to use Unity without it? Is MonoDevelop good enough? I also saw that it was recommended that you download both MonoDevelop and Visual Studio, so what's the difference between the two? Will it hinder me greatly if I don't have it?

    Thanks in advance :)
     
    Last edited: Jan 14, 2016
  2. sfjohansson

    sfjohansson

    Joined:
    Mar 12, 2013
    Posts:
    369
    Just using monodevelop is perfectly fine and it won't hinder you. It's more a productivity thing for experienced coders. I'm using Consulo on mac which also exists for Linux

    https://github.com/consulo/consulo/wiki/Downloads

    But just stick to default/monodevelop to start with as thats probably what most tutorials show.