515 B
515 B
Unreal Engine Base Template
Basic template project for unreal engine projects.
├── Cmd # bash utilities commands
│ ├── regenerate.sh
│ ├── remove_binaries.sh
│ └── resize_images.sh
├── Content
│ └── Assets # assets folders regrouped by categories
│ ├── Character
│ ├── Environment
│ ├── GUI
│ ├── Sound
│ └── VFX
└── Docs # documentation of the project