Hertzole / gold-player

A first person player controller for Unity.
MIT License
160 stars 16 forks source link

Cannot jump #22

Closed llDunno closed 6 years ago

llDunno commented 6 years ago

I downloaded the latest release and I cannot jump. I've tried enabling and disabling jumping and all the toggles.

llDunno commented 6 years ago

I fixed it by using your floor prefab examples.

Hertzole commented 6 years ago

Hello!

First, thanks for your interest in Gold Player!

A reason for you not being able to jump is that the layers may be set up wrong. In Movement - Other there's a field called Ground Layer. Set all the layers there that should count as ground, AND MAKE SURE TO EXCLUDE THE PLAYER LAYER! That is very important! Or else the player might be able to jump for no reason because it detects itself as ground.

Hope that helps! If you have any other questions, don't hesitate to ask!

llDunno commented 6 years ago

Are you thinking of adding any parkour features in the future?

On Fri, Jul 13, 2018, 8:18 AM Hertzole, notifications@github.com wrote:

Hello!

First, thanks for your interest in Gold Player!

A reason for you not being able to jump is that the layers may be set up wrong. In Movement - Other there's a field called Ground Layer. Set all the layers there that should count as ground, AND MAKE SURE TO EXCLUDE THE PLAYER LAYER! That is very important! Or else the player might be able to jump for no reason because it detects itself as ground.

Hope that helps! If you have any other questions, don't hesitate to ask!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Hertzole/gold-player/issues/22#issuecomment-404864751, or mute the thread https://github.com/notifications/unsubscribe-auth/AOr7bjuI6YgJiMFzotgQjHlFVwwj0GFCks5uGLpZgaJpZM4VOHmC .

Hertzole commented 6 years ago

Hello!

Unfortunately, that is not something I'm my planned list. I don't see myself knowledgeable enough for creating such an advanced feature. You could always try yourself with my player as a base though if you're up for the task! :)

llDunno commented 6 years ago

Been working on an interesting way to move around my game based on your player. It's been great so far.

On Sat, Jul 21, 2018, 3:56 PM Hertzole, notifications@github.com wrote:

Hello!

Unfortunately, that is not something I'm my planned list. I don't see myself knowledgeable enough for creating such an advanced feature. You could always try yourself with my player as a base though if you're up for the task! :)

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Hertzole/gold-player/issues/22#issuecomment-406828594, or mute the thread https://github.com/notifications/unsubscribe-auth/AOr7bsDwMLK15P2E2F14eGOLDiKY31hsks5uI7GogaJpZM4VOHmC .

Hertzole commented 6 years ago

Lovely to hear! Remember, if you ever run into any problems, just open an issue and I will take a look at it!