Hi, for the past couple of days my script changes have been taking a lot longer than normal to compile. Sometimes upto 5 minutes for even a single line of code being changed. I’m not sure what is causing this, and after some advice to help me find out.
Cheers
1 Like
Try using the profiler. You may have some InitializeOnLoad code that takes up time after each compilation.
1 Like
Depending on what version you are on, you could also use the Editor Iteration Profiler to capture and analyse your compile times.
Thanks, I’ll check the profiler out later. Thing is my project is still so small I would be surprised if it my own code causing the slow down. Could it be due to imported assets/packages maybe? Either that or my laptop is dying