Unreal Project Template

This commit is contained in:
MASSON Arthur
2024-07-11 11:36:33 +02:00
parent b914df0c92
commit b5c68c7c98
15 changed files with 295 additions and 16 deletions

View File

@@ -1,20 +1,9 @@
# Unreal Engine Base Template
# Wailing
Basic template project for unreal engine projects.
This game is a Hack'n'slash type of game that was developped while following Stephen Ulibarri's GAS course.
```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
```
It's a really amazing resource that I recommend to anyone trying to learn to use the Gameplay Ability System plugin.
Check it out at https://www.udemy.com/course/unreal-engine-5-gas-top-down-rpg/