Files
Wailing/README.md
2024-07-11 08:57:22 +00:00

21 lines
515 B
Markdown

# 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
```