Releases · SaladLab/Unity3D.IncrementalCompiler
Unity3D.IncrementalCompiler 1.2.9
Changes:
- Support Unity 5.6
- Fixes #24 (sluggish CompilerSettings window) by SugoiDev
Unity3D.IncrementalCompiler 1.2.8
Changes:
- Sign the executable to prevent a false positive detection.
- Fix
NullReferenceExceptionin constructing a diagnostic message.
Unity3D.IncrementalCompiler 1.2.7
Unity3D.IncrementalCompiler 1.2.6
Unity3D.IncrementalCompiler 1.2.5
Changes:
- Support compiler specific response file. (e.g. smcs.rsp)
- Remove default -unsafe option. (you can add -unsafe to rsp files)
Unity3D.IncrementalCompiler 1.2.4
Changes:
- Support
.NET 2.0 Subsetprofile.
Unity3D.IncrementalCompiler 1.2.3
Changes:
- Update Microsoft.CodeAnalysis.CSharp 1.2.2 (Visual-Studio-2015-Update-2-Micro-Update-3)
- Fix Unity4 compiler error
- Set -unsafe option by default
1.2.2
- Update Microsoft.CodeAnalysis.CSharp 1.2.1 (Visual Studio 2015 Update 2)
1.2.1
- Support
nowarncompiler option
1.2.0
- Fix wrong local variable symbol name.
- Suppress "Restricted generated projects to C# 4.0" of VSTU 2.2.