With all other engine versions I can open a project from another PC on the network, but 5.1 is coming up with an error: Failed to open descriptor file .uproject.
Is there any way round this? It is valuable to be able to work on another machine whilst one is busy without transfering a project or setting up Perforce.
Same problem, need a solution
Same here, I really need a solution soon.
Any solution found? Cant really find it on google either…
this should fix your problem. put your shared project folder as a link in a local drive and open it from there.
on windows open powershell as admin and put in
New-Item -Path C:\LinkDir -ItemType SymbolicLink -Value F:\RealDir
(c:\linkdir) should be changed to the new file directory that your link will go and (f:\realdir) should be changed to the shared folder or drive directory “\otherpcsname and so on”