States and State Machines
Jump to navigation
Jump to search
States are useful when a animation needs to be played repeatedly, such as running animation,
state machines also allow you to set a value to show which position, such as idle->walking->running
unlike a montage which is only played once then returns to normal(Such as firing a weapon)
1. Each State must be inside a State machine,