Cache server can significantly improve asset import time.
Does it affect build time if clean build (CI) is done using command line, smth like:
Unity.exe -quit -batchmode -nographics -projectPath path\to\project -executeMethod BuildScript.Build? Or it does help only when assets are loaded into IDE?
Thank you.