mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Update README-RU.md
This commit is contained in:
parent
e8653beb9d
commit
a991ab0f0e
@ -29,6 +29,7 @@
|
||||
- [Связь с GameObject](#связь-с-gameobject)
|
||||
- [World Provider](#world-provider)
|
||||
- [FixedUpdate LateUpdate ](#fixedupdate-lateupdate)
|
||||
- [FAQ](#faq)
|
||||
|
||||
</br>
|
||||
|
||||
@ -340,3 +341,9 @@ public class EcsRoot : MonoBehaviour
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
||||
</br>
|
||||
|
||||
# FAQ
|
||||
## Не отображатеся EcsEntityConncet или другие компоненты
|
||||
Такое может происходить после обновления пакета, решается либо через `Assets -> Reimport All` или перезапуск окна Unity с удалением папки `*project name*/Library`.
|
||||
|
Loading…
Reference in New Issue
Block a user