Repository Structure

This commit is contained in:
2024-03-24 09:58:55 +01:00
commit bcdc78110d
12 changed files with 158 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Unreal Engine Base Template
Basic template project for unreal engine projects.
```sh
├── 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
```