SaladLab / Unity3D.IncrementalCompiler

Unity3D Incremental C# Compiler using Roslyn
MIT License
355 stars 37 forks source link

Already using alexzzzz's roslyn integration #20

Open oxysoft opened 7 years ago

oxysoft commented 7 years ago

What should I do to begin using this incremental compiler if I'm already using alexzzzz's? Do I just install it into my project anyway and it'll work or?

veblush commented 7 years ago

Unity3D.IncrementalCompiler uses alexzzzz's work as a binder but both are mutual exclusive. So if you want to use IncrementalCompiler, you should remove alexzzzz's one 😉