From 570c5d3bb465a936bf17533903ac690cf45c4c31 Mon Sep 17 00:00:00 2001 From: "Md. Ishtiaq Ahamed Fahim" Date: Tue, 15 Aug 2023 03:09:19 +0600 Subject: [PATCH] Update README.md There are 4 list, right? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d049614..b830bfd 100644 --- a/README.md +++ b/README.md @@ -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.