mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
Update README-RU.md
This commit is contained in:
parent
5dba0d493a
commit
571c1a1385
@ -45,6 +45,7 @@
|
|||||||
* [Debug-Атрибуты](#Debug-Атрибуты)
|
* [Debug-Атрибуты](#Debug-Атрибуты)
|
||||||
* [EcsDebug](#EcsDebug)
|
* [EcsDebug](#EcsDebug)
|
||||||
* [Расширения](#Расширения)
|
* [Расширения](#Расширения)
|
||||||
|
* [FAQ](#FAQ)
|
||||||
|
|
||||||
# Установка
|
# Установка
|
||||||
* ### Unity-модуль
|
* ### Unity-модуль
|
||||||
@ -522,3 +523,11 @@ public struct Component { }
|
|||||||
* [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
* [Автоматическое внедрение зависимостей](https://github.com/DCFApixels/DragonECS-AutoInjections)
|
||||||
* [Поддержка классической C# многопоточности](https://github.com/DCFApixels/DragonECS-ClassicThreads)
|
* [Поддержка классической C# многопоточности](https://github.com/DCFApixels/DragonECS-ClassicThreads)
|
||||||
* Интеграция с движком Unity (Work in progress)
|
* Интеграция с движком 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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user