Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jesimielxd on May 12, 2017, 03:23:10 PM

Title: How do I set different animations for jumping and sliding? With fsm
Post by: jesimielxd on May 12, 2017, 03:23:10 PM
I want to know how to automatically make a character to start running and when to jump or slide when approaching and obstacle. Thanks in advance.  ;)
Title: Re: How do I set different animations for jumping and sliding? With fsm
Post by: Ofonna on May 15, 2017, 01:33:06 AM
use raycasts and set the distance based on your jumping or sliding animations, let the obstacle have their layers as well e.g sliding or jumping layer.
Title: Re: How do I set different animations for jumping and sliding? With fsm
Post by: jesimielxd on May 17, 2017, 05:26:15 PM
Ok..thanks I will try that.