mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
updae readme
This commit is contained in:
parent
e740c473fb
commit
dc05867f92
@ -27,7 +27,7 @@
|
|||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
<a href="https://github.com/DCFApixels/DragonECS">
|
<a href="https://github.com/DCFApixels/DragonECS">
|
||||||
<img src="https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930"></br>
|
<img src="https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930"></br>
|
||||||
<span>English(WIP)</span>
|
<span>English</span>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
<a href="https://github.com/DCFApixels/DragonECS">
|
<a href="https://github.com/DCFApixels/DragonECS">
|
||||||
<img src="https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930"></br>
|
<img src="https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930"></br>
|
||||||
<span>English(WIP)</span>
|
<span>English</span>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
<a href="https://github.com/DCFApixels/DragonECS">
|
<a href="https://github.com/DCFApixels/DragonECS">
|
||||||
<img src="https://github.com/user-attachments/assets/3c699094-f8e6-471d-a7c1-6d2e9530e721"></br>
|
<img src="https://github.com/user-attachments/assets/3c699094-f8e6-471d-a7c1-6d2e9530e721"></br>
|
||||||
<span>English(WIP)</span>
|
<span>English</span>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td nowrap width="100">
|
<td nowrap width="100">
|
||||||
@ -881,11 +881,11 @@ public struct WorldComponent : IEcsWorldComponent<WorldComponent>
|
|||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
## 'ReadOnlySpan<>' could not be found
|
## '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?)
|
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`.
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user