/TutorialPCG

Repository for PCG Tutorial in Unreal 5.4

Primary LanguageC++MIT LicenseMIT

Tutorial PCG

Repository for PCG Tutorial in Unreal 5.4

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 and submodules, so you need extra steps for that.

git clone https://github.com/Amathlog/TutorialPCG.git TutorialPCG
cd TutorialPCG
git submodule update --init --recursive
git lfs pull

You can update the repo using

git pull
git submodule update --recursive
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