Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit f80cc7c

Browse files
committed
fix
1 parent 42d0c6f commit f80cc7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,13 @@ Meanwhile, you can join our [discussion channel](https://unity.cn/plate/uiwidget
274274

275275
#### FAQ
276276

277-
**1.** The editor crashes when openning a UIWidgets 2.0 project, e.g., the Sample projects.
277+
1. The editor crashes when openning a UIWidgets 2.0 project, e.g., the Sample projects.
278278

279279
Please make sure that you are using campatible Unity versions to the specific UIWidgets version. For example, **UIWidgets 2.0.3** is only supported on Unity China version between 2019.4.26f1c1 and 2019.4.29f1c1. You can find the detailed information in
280280
this [section](#unity).
281281

282282

283-
**2.** After openning a UIWidgets 2.0 project I receive an error **DllNotFoundException: libUIWidgets**.
283+
2. After openning a UIWidgets 2.0 project I receive an error **DllNotFoundException: libUIWidgets**.
284284

285285
Please make sure that the native libraries are correctly downloaded to your project. You can find them under *UIWidgetsPackageRoot*/Runtime/Plugins. For example, the libUIWidgets.dll under the sub folder */X86_64* is the native library for Windows and the libUIWidgets.dylib under *osx* is for Mac.
286286

@@ -289,7 +289,7 @@ this [section](#unity).
289289
git lfs pull
290290
```
291291
292-
**3.** What the difference between UIWidgets 2.0 and UIWidgets 1.0 ?
292+
3. What the difference between UIWidgets 2.0 and UIWidgets 1.0 ?
293293
294294
In UIWidgets 1.0 we used Unity [Graphics API](https://docs.unity3d.com/ScriptReference/Graphics.html) for the rendering and all rendering codes are writen in C#. Therefore it is able to run freely on all platforms that Unity supports but relatively slow. The rendering result is also not exactly the same as in flutter due to the difference between the Unity rendering engine and flutter engine.
295295

0 commit comments

Comments
 (0)