{"id":27439014,"url":"https://github.com/shlifedev/unity-async-fsm","last_synced_at":"2025-04-14T21:08:43.530Z","repository":{"id":230693522,"uuid":"779946144","full_name":"shlifedev/unity-async-fsm","owner":"shlifedev","description":"Async StateMachine For Unity.","archived":false,"fork":false,"pushed_at":"2024-04-02T14:50:03.000Z","size":112,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:08:31.130Z","etag":null,"topics":["async-fsm","finite-state-machine","fsm","unitask","unity","unity-fsm","unityengine"],"latest_commit_sha":null,"homepage":"https://github.com/shlifedev/async-finite-state-machine","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shlifedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-31T08:34:03.000Z","updated_at":"2025-01-17T04:53:25.000Z","dependencies_parsed_at":"2025-01-22T10:42:40.153Z","dependency_job_id":"66e032ee-443c-4e46-9749-7cf7ef979436","html_url":"https://github.com/shlifedev/unity-async-fsm","commit_stats":null,"previous_names":["shlifedev/asyncstatemachine","shlifedev/async-finite-state-machine","shlifedev/unity-async-fsm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Funity-async-fsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Funity-async-fsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Funity-async-fsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shlifedev%2Funity-async-fsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shlifedev","download_url":"https://codeload.github.com/shlifedev/unity-async-fsm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-fsm","finite-state-machine","fsm","unitask","unity","unity-fsm","unityengine"],"created_at":"2025-04-14T21:08:39.874Z","updated_at":"2025-04-14T21:08:43.525Z","avatar_url":"https://github.com/shlifedev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AsyncStateMachine\n\nAsynchronous state machines help you write smarter game logic. \n\n- Support await OnEnter\n- Support await OnUpdate\n- Support await OnExit\n- If you enter a state called A, then state A behaves as follows.  \n`OnEnter (await) -\u003e OnUpdate (await) -\u003e Wait for ChangeState`\n- If you want to transition from state A to state B, you will wait until the Task of the Enter/Exit function in state A is finished.\n\nYou can see Example below\n[Example Source](https://github.com/shlifedev/async-finite-state-machine/tree/main/Example)\n\nhttps://github.com/shlifedev/async-finite-state-machine/assets/49047211/d26aefe9-1b41-41fc-9206-a6c5c8bc8efa\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlifedev%2Funity-async-fsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshlifedev%2Funity-async-fsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshlifedev%2Funity-async-fsm/lists"}