Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 714f758

Browse files
committed
fix readme typos
1 parent 8655eda commit 714f758

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README-ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,14 @@ UIWidgets Inspector工具用于可视化和浏览窗口小部件树。 你可以
259259
#### 教程
260260

261261
包括开发组在内的广大开发者为UIWidgets提供了许多可供学习的样例和教程,你可以根据你的需求进行学习:
262-
- UIWidgets官方示例。目前所有官方使用的示例项目均维护在一个独立的Github仓库(https://github.com/UIWidgets/UIWidgetsSamples)中。你可以
262+
- UIWidgets官方示例。目前所有官方使用的示例项目均维护在一个独立的Github仓库( https://github.com/UIWidgets/UIWidgetsSamples )中。你可以
263263
将它clone到你项目本地的Assets目录下使用。
264264
具体的,你可以在Sample项目的**Scene**子文件夹中浏览所有示例UI场景。
265265
此外,你还可以点击主菜单上的新增的UIWidgetsTests选项卡,并在下拉菜单中选择一个EditorWindow UI示例来运行。
266-
- UIWidgets凉鞋系列教程。你可以在凉鞋老师整理的Github仓库(https://github.com/liangxiegame/awesome-uiwidgets)中学习UIWidgets的基本用法
266+
- UIWidgets凉鞋系列教程。你可以在凉鞋老师整理的Github仓库( https://github.com/liangxiegame/awesome-uiwidgets )中学习UIWidgets的基本用法
267267
以及许多有趣的小Demo。
268268
- ConnectApp开源项目。这是一个完整的线上、开源、完全基于UIWidgets的第一方App项目。其中包含了大量产品级的UIWidgets工程实践细节,
269-
如果你想深入了解UIWidgets并且使用它构建线上项目,请访问项目Github仓库了解更多(https://github.com/UnityTech/ConnectAppCN)。
269+
如果你想深入了解UIWidgets并且使用它构建线上项目,请访问项目Github仓库了解更多( https://github.com/UnityTech/ConnectAppCN )。
270270

271271
#### Wiki
272272

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ The symbol is for debug purpose, please remove it from your release build.
289289
#### UIWidgets Inspector
290290
The UIWidgets Inspector tool is for visualizing and exploring the widget trees. You can find it
291291
via *Window/Analysis/UIWidgets* inspector in Editor menu.
292+
292293
**Note**
293294
* **UIWidgets_DEBUG** needs to be define for inspector to work properly.
294295
* Inspector currently only works in Editor Play Mode, inspect standalone built application is not supported for now.
@@ -299,7 +300,7 @@ via *Window/Analysis/UIWidgets* inspector in Editor menu.
299300
You can find many UIWidgets sample projects on Github, which covers different aspects and provide you
300301
learning materials in various levels:
301302
* UIWidgetsSamples (https://github.com/UIWidgets/UIWidgetsSamples). These samples are developed by the dev team in order to illustrates all the features of
302-
UIWidgets. Clone this Repo to the **Assets** folder of your local UIWidgets project and then
303+
UIWidgets. First clone this Repo to the **Assets** folder of your local UIWidgets project. Then
303304
you can find all the sample scenes under the **Scene** folder.
304305
You can also try UIWidgets-based Editor windows by clicking the new **UIWidgetsTests** tab on the main menu
305306
and open one of the dropdown samples.

0 commit comments

Comments
 (0)