Update README-RU.md

This commit is contained in:
Mikhail 2024-05-20 05:32:48 +08:00 committed by GitHub
parent e8653beb9d
commit a991ab0f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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