Update 'README.md'
This commit is contained in:
parent
0d6c666221
commit
bc218fc473
14
README.md
14
README.md
|
@ -1,14 +1,14 @@
|
|||
# CharaCreator
|
||||
|
||||
This is (or will eventually be) a character creator made for the Computer Graphics course.
|
||||
Right now it is still very much a *work-in-progress*.
|
||||
This is a character creator made for the Computer Graphics course.
|
||||
|
||||
It is still very much a *work-in-progress* thing, more of a proof of concept than anything.
|
||||
|
||||
|
||||
## Building the project
|
||||
### Prerequisites
|
||||
|
||||
[horizontal]
|
||||
Unreal Engine 5.3.2:: This is an UE5 project, so you will need the editor.
|
||||
Unreal Engine 5.3.2 - This is an UE5 project, so you will need the editor.
|
||||
|
||||
Clone the repository somewhere on your PC.
|
||||
|
||||
|
@ -23,8 +23,4 @@ Now you should have a build of the game, if everything went well.
|
|||
|
||||
## How to use
|
||||
|
||||
After booting up the project, you should see a screen with a bunch of buttons and sliders. Right now it's not very functional, but in theory, you will be able to change categories
|
||||
with the buttons and adjust the length of different clothing objects with the sliders.
|
||||
|
||||
You might have to ALT+Tab to access the UI again, as there's no actual way to focus on the UI yet after you click into the game world.
|
||||
|
||||
After booting up the project, you should see a screen with a bunch of buttons and sliders. You can adjust the lenght of various clothing items with the sliders and press buttons to change clothing materials.
|
||||
|
|
Loading…
Reference in New Issue