generated from amasson/UnrealEngineProject
Unreal Project Template
This commit is contained in:
21
README.md
21
README.md
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user