Search Unity

MonoDevelop in 2017 create problems ??

Discussion in 'General Discussion' started by Nithinsvs, Jul 13, 2018.

  1. Nithinsvs

    Nithinsvs

    Joined:
    Sep 3, 2017
    Posts:
    29
    I want to use monodevelop in 2017 version.. Will it create any sort of problem while building or publishing in App Store ??
     
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,141
    No, and the reason it won't cause any of these problems is because the editor (monodevelop, visual studio, etc) is never responsible for building binaries or publishing. Both of these tasks are handled by Unity itself.
     
    Nithinsvs and angrypenguin like this.
  3. Nithinsvs

    Nithinsvs

    Joined:
    Sep 3, 2017
    Posts:
    29
    Thank you @Ryiah , then how should I take the note of "Unity stopping Monodevelop support from v.2017 ??". What will it do to me ??
     
  4. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,141
    Support for MonoDevelop was handled by custom code written and maintained by Unity. With support being stopped that code will no longer be provided. You can continue using MD as an editor but some of the features (eg debugging) will no longer work.

    Ideally you should start looking at alternative editors. Visual Studio Code is an excellent choice.

    https://code.visualstudio.com/docs/other/unity
     
    Nithinsvs likes this.
  5. Nithinsvs

    Nithinsvs

    Joined:
    Sep 3, 2017
    Posts:
    29
    Thanks for your information, once again @Ryiah