Home > OS >  Can I use the Mono Framework and .NET Core on the same machine?
Can I use the Mono Framework and .NET Core on the same machine?

Time:03-08

I want to code games in Unity, but also want to make some apps with .Net Core.So, do I have to reinstall visual studio every time I want to switch between the two?

CodePudding user response:

Yes, just like you can have multiple versions of .net installed

CodePudding user response:

I think it's OK, as long as unity is associated with visual studio, the specific steps are: Edit→preference→External Tools→External Script Editor, find the visual studio installation path and configure it

  • Related