Update README-RU.md

This commit is contained in:
Mikhail 2023-06-12 22:40:06 +08:00 committed by GitHub
parent 5dba0d493a
commit 571c1a1385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@
* [Debug-Атрибуты](#Debug-Атрибуты)
* [EcsDebug](#EcsDebug)
* [Расширения](#Расширения)
* [FAQ](#FAQ)
# Установка
* ### Unity-модуль
@ -522,3 +523,11 @@ public struct Component { }
* [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections)
* [Поддержка классической C# многопоточности](https://github.com/DCFApixels/DragonECS-ClassicThreads)
* Интеграция с движком Unity (Work in progress)
# FAQ
## 'ReadOnlySpan<>' could not be found
В версии юнити 2020.1.х в консоли может выпадать ошибка:
```
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`.