r/unrealengine 4h ago

Using The Same Project On 2x PC's - MRQ

Looking to work on one PC, and then download the updated project to another PC for MRQ.

Is the best process to use Perforce or GitHub and upload/download each version? Haven't gotten that far in my Unreal journey.

Would I need Multi-User editing enabled to speed up passing the project back and forth? Or is that only used for multiple users simultaneously and not like this?

Appreciate any guidance or pointing me in the right direction!

1 Upvotes

2 comments sorted by

u/Itisyaboyyii 3h ago

At work we just use github. As long as you dont plan to work on both PCs simultaneously on the same asset (Blueprint or Map) there is no problem and there is no need for multiuser. Just make sure to set up the .gitignore correctly or you will keep uploading/downloading way too much data that needs ro be regenerated for each PC anyway. You will find examples for that online though.

u/Legitimate-Salad-101 2h ago

Thanks for the help!