Week3 Tutorial



Binky is Back.

I have imported my Binky object into unity in this tutorial and added some controls to move him around.

You can move forward using W, Backward using S and rotate him using the A and D keys.

Binky has the idle animation playing when nothing is happening.

You can see that when binky starts moving forward, his walking animation starts playing automatically.

This has been done by adding a trigger event(Press of W button) in the transition from idle to walking state.

Binky can also wave when the spacebar button is pressed(again, done through trigger event).

A box collider has been added in front of the red door, which makes sure that when Binky touches it, The door becomes inactive(i.e. invisible)

More animations to come XD

Leave a comment

Log in with itch.io to leave a comment.