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

Commit 0b2f7f9

Browse files
committed
change metadata
1 parent 7853e8f commit 0b2f7f9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ open-sourced @https://github.com/UnityTech/DocCN.
6161

6262
#### Unity
6363

64-
Install **Unity 2019.4.25f1c2** (_unityhub://2019.4.25f1c2/44dea2b5e6e6_) or **Unity 2019.4.26f1c1**. You can download the latest Unity on https://unity3d.com/get-unity/download.
64+
The compatible Unity versions of each UIWidgets release are listed below. You can download the latest Unity on https://unity3d.com/get-unity/download.
65+
66+
| UIWidgets Version | Unity 2019 LTS | Unity 2020 LTS |
67+
| :-----------------------------------------------| ---------------------: |
68+
| 1.5.4 and below | 2019.4.10f1 and above | NA |
69+
| 2.0.1 | 2019.4.26f1c1 | NA |
70+
| 2.0.2 | 2019.4.26f1c1 and above | NA |
6571

6672
#### UIWidgets Package
6773
Visit our Github repository https://github.com/Unity-Technologies/com.unity.uiwidgets

com.unity.uiwidgets/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.2-preview.1] - 2021-05-31
8+
9+
Major changes are as follows:
10+
11+
### Fixes
12+
- Android return button support [\#168](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/168)
13+
-
14+
15+
### New Features
16+
- Add engine compilation scripts [\#170](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/170)
17+
- On demand rendering support [\#166](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/166)
18+
- [Breaking Changes] Use CreateExternalTexture API to share textures on Windows [\#153](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/153)
19+
20+
721
## [2.0.1-preview.1] - 2021-05-18
822

923
#### In this release we mainly focus on the optimization and stabilization of the framework.

com.unity.uiwidgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.uiwidgets",
33
"displayName":"UIWidgets",
4-
"version": "2.0.1-preview.1",
4+
"version": "2.0.2-preview.1",
55
"unity": "2019.4",
66
"description": "UIWidgets allows you to build beautiful cross-platform apps through Unity",
77
"dependencies": {

0 commit comments

Comments
 (0)