generated from amasson/UnrealEngineProject
Initial commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user