From 0db2700294710a6c8a72ad0be0450bd34648c49d Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:29:46 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc26d92..03a88cb 100644 --- a/README.md +++ b/README.md @@ -863,7 +863,7 @@ public struct WorldComponent : IEcsWorldComponent
# Projects powered by DragonECS -* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS) +* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo)
From c3df65c09467bd3ea3a2d1d7949e51ea45cad0b9 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:30:39 +0800 Subject: [PATCH 2/4] Update README-RU.md --- README-RU.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-RU.md b/README-RU.md index eb45bb3..3b7a81e 100644 --- a/README-RU.md +++ b/README-RU.md @@ -856,7 +856,7 @@ public struct WorldComponent : IEcsWorldComponent
# Проекты на DragonECS -* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS) +* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) ![alt text](https://i.ibb.co/hm7Lrm4/Platformer.png)
@@ -899,4 +899,4 @@ The type or namespace name 'ReadOnlySpan<>' could not be found (are you missing








- \ No newline at end of file + From e740c473fbca75b505aab88b61ebb0e78c407bc5 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:32:33 +0800 Subject: [PATCH 3/4] Update README-ZH.md --- README-ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-ZH.md b/README-ZH.md index 2dcbfbf..a6e610d 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -860,7 +860,7 @@ public struct WorldComponent : IEcsWorldComponent
# 使用DragonECS的项目 -* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS) +* [3D Platformer (Example)](https://github.com/DCFApixels/3D-Platformer-DragonECS-Demo) ![alt text](https://i.ibb.co/hm7Lrm4/Platformer.png)
From dc05867f929aa86bae998f65aa4d11df2848c2fd Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:11:39 +0800 Subject: [PATCH 4/4] updae readme --- README-RU.md | 2 +- README-ZH.md | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-RU.md b/README-RU.md index 3b7a81e..02f00fe 100644 --- a/README-RU.md +++ b/README-RU.md @@ -27,7 +27,7 @@
- English(WIP) + English
diff --git a/README-ZH.md b/README-ZH.md index a6e610d..bbed8aa 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -27,7 +27,7 @@
- English(WIP) + English
diff --git a/README.md b/README.md index 03a88cb..19721d8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@
- English(WIP) + English
@@ -881,11 +881,11 @@ public struct WorldComponent : IEcsWorldComponent # FAQ ## 'ReadOnlySpan<>' could not be found -В версии Unity 2020.1.х в консоли может выпадать ошибка: +In Unity 2020.1.x, you may encounter this error in the console: ``` The type or namespace name 'ReadOnlySpan<>' could not be found (are you missing a using directive or an assembly reference?) ``` -Чтобы починить добавьте директиву `ENABLE_DUMMY_SPAN` в `Project Settings/Player/Other Settings/Scripting Define Symbols`. +To fix this, add the define symbol `ENABLE_DUMMY_SPAN` to `Project Settings/Player/Other Settings/Scripting Define Symbols`.