Skip to content

tom-choi/UE5.2_Tencent_gam_dev_note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UE5.2_Tencent_gam_dev_note

UE5.2 遊戲引擎學習筆記 + 2023腾讯游戏客户端开发公开课筆記

目錄

資源

社區入口

5.3 資訊

character-creator CC

git LFS

To get started with Git LFS, the following commands can be used.

  1. Setup Git LFS on your system. You only have to do this once per repository per machine:
      git lfs install
  1. Choose the type of files you want to track, for examples all ISO images, with git lfs track:
      git lfs track "*.iso"
  1. The above stores this information in gitattributes(5) files, so that file need to be added to the repository:
      git add .gitattributes
  1. Commit, push and work with the files normally:
      git add file.iso
      git commit -m "Add disk image"
      git push

About

UE5.2 遊戲引擎學習筆記

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published