From 43ee5e371172d31a3160dae32bc57d3005949856 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:45:57 +0800 Subject: [PATCH] update Extensions in readme --- README-RU.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-RU.md b/README-RU.md index adbf949..46c1558 100644 --- a/README-RU.md +++ b/README-RU.md @@ -796,11 +796,11 @@ public struct WorldComponent : IEcsWorldComponent
# Расширения +* [Интеграция с движком Unity](https://github.com/DCFApixels/DragonECS-Unity) * [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections) * [Классическоя C# многопоточность](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) * Графы (Work in progress) -* Интеграция с движком Unity (Work in progress)
diff --git a/README.md b/README.md index dc7a693..ba8475c 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ The framework can also be added to the project as source code.
# Extensions +* [Unity integration](https://github.com/DCFApixels/DragonECS-Unity) * [Dependency autoinjections](https://github.com/DCFApixels/DragonECS-AutoInjections) * [Classic C# multithreading](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) * Graphs (Work in progress) -* Unity integration (Work in progress) # Feedback Discord for discussions [https://discord.gg/kqmJjExuCf](https://discord.gg/kqmJjExuCf)