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] 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`.
|