- Home /
Can I control when unity compiles scripts?
Every time I hop over to vscode and make a change, when unity comes back into focus it loads, unresponsive, for about 9 seconds. It's really getting painful. Is there a way I can signal to unity that I want it to compile, instead of it compiling every time it detects any change to the code?
Answer by JonKach · Aug 30, 2020 at 03:29 PM
Not that I know of, I'm pretty sure Unity needs to recompile every time a change is made to your code.
Your answer
Follow this Question
Related Questions
How to force the compilation of a shader in Unity? 5 Answers
Where is this FileNotFoundException coming from when building asset bundles? 0 Answers
MonoDevelop Won't Compile. Unity 4.2 2 Answers
Blinking 'made with Unity' logo and no game on iOS 1 Answer
How should I add references to additional Mono assemblies? 1 Answer