Does unity supports .net 3.5 or 4.0?

Hi guys just wanted to check if unity IOS supports c# .net framework 3.5 or 4.0 cause the latest updated unity community shows that it supports 2.0 only… that is update on september so wonder if there is any changes. Also if Unity IOS supports namespace in the script.

Its C# 3.5, the framework is something between 2.0 and 3.5 (there are things that are present like LINQ and there are things that are not present. normally you want to have as little present as possible, as the final app size difference is in the 8mb range between what you can get with subset + stripping and disabling both)

There is no support for .NET 4 and won’t be for an undefined amount of time as mono itself does not support it at all.

ok thanks alot dreamora. Guess it won’t have a big impact on my application since I’m using C# 3.5 framework.

Depends on the framework. Some result in rather large assembly growths especially without stripping.