Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.28 KB

File metadata and controls

34 lines (27 loc) · 1.28 KB

Tutorial PCG

Repository for PCG Tutorial in Unreal 5.6

Installation

Using zipped project

  • Download the latest zip at this address
  • Unzip the project
  • Open Unreal and at the project selection, select "Browse" and navigate to the unzipped folder, and select "PCGTutoGit.uproject" You can follow the official doc

Using git

This repo use git lfs, so you need extra steps for that.

git clone https://github.com/Amathlog/TutorialPCG.git TutorialPCG
cd TutorialPCG
git lfs pull

You can update the repo using

git pull
git lfs pull

Then you can follow the same procedure from above to open the project

Link to the channel

https://www.youtube.com/channel/UC8oszEDFBhDmpeXtnPrDP4A

Assets used