Hi,
So this is a weird one, it’s a little intermittent and the length of time varies. Sometimes it takes 30 seconds, other times it can take upwards of 5 minutes. It does seem to be slowly getting progressively worse, it used to be consistently like 20-30 seconds but it’s now on average 2-3 minutes. We’ve also had an instance where it took a good 16 minutes before I had to kill it with task manager.
I’ve profiled it and it’s showing SpiteAtlasManager.OnEnterPlayModePreAwake-> Write asset changes to disk as the culprit. We don’t use sprites in our project other than the UI but this seems to happen even on scenes with no UI.
We also have no references to it in the code;
The project is on an SSD (adata pro 1TB), the C:\ is also an SSD (Samsung Pro 970 M.2) and unity is installed on the C:. I have deleted my library folder but it still persists and reimporting all doesn’t seem to fix the issue either…
Unity 2020.2.6f1 ( but we’ve had the issue since Unity 2019 ).
Not sure if anyone has seen this before? Any suggestions on what to do? It’s driving me insane.