add "Project using UIWidgets" Section to ReadMe file
This commit is contained in:
Родитель
0533f6ae3f
Коммит
2cf8c56c71
12
README-ZH.md
12
README-ZH.md
|
@ -19,7 +19,7 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
|
|||
#### 开发者友好
|
||||
开发者可以使用许多高级工具,如CPU/GPU Profiling和FPS Profiling,直接在Unity Editor中调试UIWidgets应用。
|
||||
|
||||
### Example
|
||||
## 示例
|
||||
|
||||
<div style="text-align: center"><table><tr>
|
||||
<td style="text-align: center">
|
||||
|
@ -36,6 +36,16 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
|
|||
</td>
|
||||
</tr></table></div>
|
||||
|
||||
### 基于UIWidgets的项目
|
||||
|
||||
#### Unity Connect App
|
||||
Unity Connect App是使用UIWidgets开发的一个移动App产品,您随时可以在Android (https://connect.unity.com/connectApp/download)
|
||||
以及iOS (Searching for "Unity Connect" in App Store)端下载到它最新的版本. 本项目的所有代码均开源@https://github.com/UnityTech/ConnectAppCN.
|
||||
|
||||
#### Unity中文官方文档
|
||||
Unity的线上中文官方文档由UIWidgets开发,您可以点击以下网址 https://connect.unity.com/doc 来访问它的全部内容。该项目目前已开源,所有代码可以在
|
||||
https://github.com/UnityTech/DocCN 查看。
|
||||
|
||||
## 使用要求
|
||||
|
||||
#### Unity
|
||||
|
|
13
README.md
13
README.md
|
@ -11,7 +11,6 @@ UIWidgets is mainly derived from [Flutter](https://github.com/flutter/flutter).
|
|||
the powerful Unity Engine, it offers developers many new features to improve their Apps
|
||||
as well as the develop workflow significantly.
|
||||
|
||||
|
||||
#### Efficiency
|
||||
Using the latest Unity rendering SDKs, a UIWidgets App can run very fast and keep >60fps in most times.
|
||||
|
||||
|
@ -29,7 +28,7 @@ A UIWidgets App can be debug in the Unity Editor directly with many advanced too
|
|||
CPU/GPU Profiling, FPS Profiling.
|
||||
|
||||
|
||||
### Example
|
||||
## Example
|
||||
|
||||
<div style="text-align: center"><table><tr>
|
||||
<td style="text-align: center">
|
||||
|
@ -46,6 +45,16 @@ CPU/GPU Profiling, FPS Profiling.
|
|||
</td>
|
||||
</tr></table></div>
|
||||
|
||||
### Projects using UIWidgets
|
||||
|
||||
#### Unity Connect App
|
||||
The Unity Connect App is created using UIWidgets and available for both Android (https://connect.unity.com/connectApp/download)
|
||||
and iOS (Searching for "Unity Connect" in App Store). This project is open-sourced @https://github.com/UnityTech/ConnectAppCN.
|
||||
|
||||
#### Unity Chinese Doc
|
||||
The official website of Unity Chinese Documentation (https://connect.unity.com/doc) is powered by UIWidgets and
|
||||
open-sourced @https://github.com/UnityTech/DocCN.
|
||||
|
||||
## Requirement
|
||||
|
||||
#### Unity
|
||||
|
|
Загрузка…
Ссылка в новой задаче