• SSD setup for compilation speed
    2 replies, posted
Hey, I'm wondering what folders should be on my SSD in order to speed up the compilation process in Unity? Right now I have these two folders in mind: Unity installation: ../Unity/Editor/Data/* Project: ../MyProject/Assets/Source/* Any recommendations? Should I include the *.csproj files from the project directory?
Ideally you'll have everything on SSD's
What I did since I can't really afford a big enough SSD for all the softwares' on my PC, I installed the engine on the SSD and I keep the projects on an SSHD. I did the same with UE4 and to be fair the compilation time is not that huge max 1 min with any project I used so far. I haven't used Unity in a while now so I can't tell you how fast things are but I never had an issue with it.
Sorry, you need to Log In to post a reply to this thread.