suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

[Paid request} Adding sliding to character controller entity. #2346

Closed Eniotnacram closed 8 months ago

Eniotnacram commented 8 months ago

Currently, even if using physics materials and playing with all the settings. My character can climb trees very easily even if they are almosat 90 degres. Even with a very small character controller radius and a big skin width my character can stick to very very steep surface. It would be very very nice to add a new movement type IsSliding. And add some variables to the character controller entity movement to force the character to slide when a certain slope.

Also need to modify the playable character model to add sliding animations.

I tried to implement it on my end but all the controller is very very complex (at least for me).

Let me know what you think about this, and very nice work on the latest kit release ;)

Eniotnacram commented 8 months ago

Cancelled, everything needed is already added in this addon: KCCEntityMovement