Traditional Unreal Setup
cd Plugins
git clone https://github.com/deepdrive/UnrealEnginePythongit clone [email protected]:EpicGames/UnrealEngine --branch 4.21
# or if you are using http:
# git clone https://github.com/EpicGames/UnrealEngine --branch 4.21Build Unreal
cd UnrealEngine
./Setup.sh && ./GenerateProjectFiles.sh && makeGet the substance plugin
Run the editor
Last updated
Was this helpful?