-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ghastly ghosts #982
Add Ghastly ghosts #982
Conversation
Basically can just kill player for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the ghost fbx to the "Art" folder.
.fbx is a 3d model format, 3d models are created externally from Unity, external assets go in the Art folder.
Art/Models/ Entities/Humanoid/
Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
* add ghost controller and abstract humanoid controller * Add base health controller Basically can just kill player for now. * Adds ghost prefab * Few change on human prefab (add health controller) * Add getSpawnedEntity, make method shorter * Remove killing by pressing L * Add Kill command * Remove painful requireComponents * Maek working Ghosts * Move Human and Ghost .fbx file in the correct art folder.
Summary
Add ghosts when player dies (in command console (press F12), you can type "kill ckey" to kill someone, such as : "kill editorUser"
Known issues