Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanifatovvlad authored Dec 10, 2022
1 parent c4f939b commit eb51bad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## :warning: <b>REPO ARCHIVED</b> :warning:

Problems with this implementation:
- no way to check the current state of entity
- unreliable state switching mechanism

<hr/>

# Morpeh.StateMachine [![Github license](https://img.shields.io/github/license/codewriter-packages/Morpeh.StateMachine.svg?style=flat-square)](#) [![Unity 2020.1](https://img.shields.io/badge/Unity-2020.1+-2296F3.svg?style=flat-square)](#) ![GitHub package.json version](https://img.shields.io/github/package-json/v/codewriter-packages/Morpeh.StateMachine?style=flat-square)
_State Machine for Morpeh ECS_

Expand Down Expand Up @@ -111,12 +119,6 @@ public class UnitSpawnSystem : Initializer
}
```

## How to Install
Minimal Unity Version is 2020.1.

Library distributed as git package ([How to install package from git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html))
<br>Git URL: `https://github.com/codewriter-packages/Morpeh.StateMachine.git`

## License

Morpeh.StateMachine is [MIT licensed](./LICENSE.md).

0 comments on commit eb51bad

Please sign in to comment.