#Make the character's head invisible when in first-person

1 messages · Page 1 of 1 (latest)

gusty oasis
#

I noticed with most of the custom characters that their head can sometimes obscure the view in first-person, either while moving, jumping or looking in specific directions.

I did add a little workaround for the characters I ported to this game: Some sort of a reverse LoD. The character's head is a separate model and I duplicate it. The one is the normal head and the other is set to render only it's shadow, so that the character doesn't have a headless shadow in first-person. While this works, it's still kinda awkward.

So I have a suggestion in that regard, add a way to hide the character's head when in first-person. Maybe add a script with the modding kit for Unity, which is optional. It has two model slots, one for the head in third-person and seen by other players - and one for the first-person view. You can leave this slot empty, if you want.

noble pulsar
#

I believe you can move the camera position in Unity right @sick juniper ?

sick juniper
#

@gusty oasis