Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Select a name for your state and you should be ready to use it. The image below

![Scriptable State Asset on Inspector](https://github.com/luisoliveiras/project-images/blob/master/scriptable-states/v0.4.0/inspector_state_01.png?raw=true)

As you can see from the image, a state contains five lists: **Entry Actions**, **Exit Actions**, **Physics Actions** and **State Actions**.
As you can see from the image, a state contains four lists: **Entry Actions**, **Exit Actions**, **Physics Actions** and **State Actions**.
- **Entry Actions** are excecuted only once, when there is a transition to the state.
- **Exit Actions** are executed only once, when there is a transition from the state.
- **Physics Actions** are executed in the `FixedUpdate()` method.
Expand Down