Home > Enterprise >  Using .NET 4.x in Unity on Ubuntu 18.04.6 LTS
Using .NET 4.x in Unity on Ubuntu 18.04.6 LTS

Time:01-06

Can you use .NET4x in Unity on Ubuntu? I have install the .NET6 on my system but there is no option in the unity settings. ¿Do I have to install an older version of the .net or is this even possible? Thank you in advance I only have this two versions

CodePudding user response:

I am afraid that is not possible to use .NET Framework on linux OS properly due to its not cross-platforms like .NET core and .NET 5 . You can use a windows virtual machine and use it. Also, you can try to install mono IDE and WINE to install .exe applications or software

CodePudding user response:

From .NET Profile Support

Unity aims to support the vast majority of the APIs in the .NET Standard 2.0 profile on all platforms. While not all platforms fully support the .NET Standard, libraries which aim for cross-platform compatibility should target the .NET Standard 2.0 profile. The .NET 4.x profile includes a much larger API surface, including parts which may work on few or no platforms.

=> Most probably not no

  •  Tags:  
  • Related