Hello, I have an ssd which has around 160gigs free but the source build of the engine is much larger i tried to compile but the build failed due to insufficient disk space.
I also have another hdd which is much slower, is it possible to compile the engine on the other drive while having the source code on my ssd? or is there any way i can reduce the size of the source build? Im using visual studio to build the engine
Yes. You can create an custom install build of the engine and store that anywhere, then just store your project on your SSD. I have a tutorial telling you how here.
Thanks! really helped, was just what I was looking for.