Skip to content

oscarmore2/UnityEventHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Unity State Machine Event Helper is a event editing tool for Macanim State Machine. By using this plugin you can call the event or function during states enter, update and exit without coding.

 

 

Support Platfrom: Unity 4.6.x

 

 

HOWTO Use it:

I. Work flow

1) Add State Event Utility component to Gameobject

2) Drag or select Animator state machine to Target State Machine slot, then it should show a detail info of your Animator Controller.

3) Select a state that you want to add events.

4) There has 3 type of evnet that you can add:

·Enter event will call once during the selected state been active
·Update event will call each frame while state machine stays at the selected state
·Exit event will call once state machine leave selected state

 

 

II. Add and Remove Item:

1) Press "+" to add a item to target state that trigger event. After you add a item you can select another state in the state machine to trigger event.

2) Press "-" next to "+" button will remove the last item.

3) Each item has an "-" button, if it been click, it will remove the item.

Use it as a good helper for your state machine! Hope this plugin will help you a lot. Enjoy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages