my journey of UE5

Chapter 1 setup

collaborate with others: LFS

The feature for collaboration I prefer most in UE5 is multi-user editing. It’s similar to Minecraft in that everyone involved can see changes being made in real-time. However, I’m currently located in the United States, and my friends are spread out across different countries. Because of this, setting up a stable server can be challenging. As an alternative, I’ve decided to use other tools like GitHub Large File Storage (LFS). Below are the steps for my setup.

setup

1
2
3
4
git lfs track "*.psd"
git add path/to/file.psd
git commit -m "add file.psd"
git push

my journey of UE5
http://example.com/2023/09/10/my-journey-of-UE5/
Author
Chenxi Qu
Licensed under