Skip to content

Enables Mono compiler to use C# 6 in Unity 5.5+ (also supports Visual Studio 2015+ Tools for Unity).

License

Notifications You must be signed in to change notification settings

neofuji/UnityCSharp6Activator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnityCSharp6Activator

Enables Mono compiler to use C# 6 in Unity 5.5+ (also supports Visual Studio 2015+ Tools for Unity).

license: MIT

How to use

Add Assets/mcs.rsp to your Assets folder.

If you want to use VSTU, also add Assets/Editor folder. After deleting all *.csproj files, run Assets > Open C# Project.

Restrictions

  • Unity 5.5 does not support .NET Framework 4.5 but 3.5. Features which require .NET Framework 4.0+ cannot be used as they are (async, await, dynamic, and so on).

Author

Toru Higuruma (@neofuji)

About

Enables Mono compiler to use C# 6 in Unity 5.5+ (also supports Visual Studio 2015+ Tools for Unity).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages