From 31d373ccf9bb98df142ecf17660d2245db6d38d3 Mon Sep 17 00:00:00 2001 From: Dzmitry Bazyleu Date: Sat, 11 Jan 2025 10:36:18 +0100 Subject: [PATCH] Update UniState description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc12bb7..785dcba 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Navigation: * [UniRx](https://github.com/neuecc/UniRx) - unity reactive extensions implementation. * [Stateless](https://github.com/Patroklo/stateless) - Fork of Stateless dot net statemachine for .Net 3.5. * [UniTask](https://github.com/Cysharp/UniTask) - An efficient allocation free async/await integration for Unity. -* [UniState](https://github.com/bazyleu/UniState) - Code architecture framework for Unity, designed around State pattern. +* [UniState](https://github.com/bazyleu/UniState) - UniState is a modern, high-performance, scalable state machine package for Unity. ## Utilities * [demilib](https://github.com/Demigiant/demilib) - various utilities and tools for Unity.