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

Commit b08d25e

Browse files
committed
typo fixes
1 parent d0146dd commit b08d25e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

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

6262
#### Unity
6363

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.
64+
The compatible Unity versions for each UIWidgets release are listed below. You can download the latest Unity on https://unity3d.com/get-unity/download.
6565

6666
| UIWidgets version | Unity 2019 LTS | Unity 2020 LTS |
6767
| -----------------------------------------------| ------------------------- | ------------------------- |
@@ -213,7 +213,7 @@ want to show the status bar in your App, you can disable```Start in fullscreen``
213213
#### Image Import Setting
214214
Please put images under StreamingAssets folder, a and loading it using ```Image.file```.
215215

216-
#### Auto Framerate Adjustment
216+
#### Automatic Framerate Adjustment
217217
You can enable this feature by setting ```SchedulerBinding.MEnableAutoAdjustFramerate = true``` in your project, which will automatically drop the frame rate of your App to 0 if the UI contents of UIWidgetsPanel is not changed for some time. This will help to prevent battery drain on mobile devices significantly.
218218

219219
Note that this feature is disabled by default though.

com.unity.uiwidgets/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Major changes are as follows:
1010

1111
### Fixes
1212
- Android return button support [\#168](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/168)
13-
-
1413

1514
### New Features
1615
- Add engine compilation scripts [\#170](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/170)

0 commit comments

Comments
 (0)