playMaker

Author Topic: How to climb ip and down stairs with playmaker and mecanim ?  (Read 2540 times)

cmvrgr

  • Junior Playmaker
  • **
  • Posts: 64
How to climb ip and down stairs with playmaker and mecanim ?

I am re posting that request for help because no one could help ...


Thanks

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How to climb ip and down stairs with playmaker and mecanim ?
« Reply #1 on: June 03, 2014, 06:51:57 PM »
You could check out this IK solution:
https://www.assetstore.unity3d.com/en/#!/content/9208

The online guide gives you an idea how it's used:
http://www.ousegames.com/guides/mfp.pdf

It sounds like it can be setup to "just work" with no external control. E.g., turning IK on/off based on character speed. At most you might need to figure out a way to turn IK on/off with Playmaker in some situations. I'm sure we can help you with that if you decide to go this route.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How to climb ip and down stairs with playmaker and mecanim ?
« Reply #2 on: June 04, 2014, 02:15:08 PM »
Also many games just use an invisible ramp collider for stairs:
http://forum.unity3d.com/threads/new-standard-assets-a-k-a-sample-assets-beta-release.223158/page-14#post-1651948

It really depends on the game...