playMaker

Author Topic: Player 2D 4direction movement  (Read 2119 times)

Vallar

  • Junior Playmaker
  • **
  • Posts: 90
Player 2D 4direction movement
« on: June 08, 2014, 01:09:57 PM »
Hey guys,

I have been trying for a while with this but it seems I am having no luck. I feel like the problem is something stupid I have done... but I can't seem to see it.

So I was following this tutorial:

I created my FSMs the SAME EXACT way even down to the same naming. The only thing is that I am using the new 4.3 2D features in Unity.

It worked perfectly fine and I could move in the 4 directions without a problem... then suddenly some error appeared in Unity while testing and Unity crashed.
I created a new project and a new everything then followed the tutorial again doing the SAME EXACT thing I did before... this time, the sprite won't move at all.

Here is the FSM below:


Here is the Idle state:


Here is one of the movements states:


Anyone got any idea what is wrong with this? Been at it for 2 hours now.

Thank you very much in advance.