Looking to zip a project up to send to a vendor that will not have access to our network or version control and zipping up the shared DDC with virtualize assets doesn’t work since most of the data is not in the project in the local workspace.
I managed to use the -ddc=noshared command to get the shared DDC into the local DDC folder. This works but when opened the only way I managed to get it to work was to set all of the DDC hard coded to the location of project DDC path on my system.
Ideally I would like to get the data back into the assets like a non virtual assets project. Is this possible and if so is there a step by step guide?
If not is there a way to set the project DDC dir to something like {local_DerivedDataCache} instead of hardcoding the path? And to do that without changing system variables as this is a project that is getting handed off and ideally who ever opens it can just open it without having to anything but launching the .uproject file.