浏览代码

typo fixes

/main
xingweizhu 3 年前
当前提交
61f9c3ed
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 4
      README.md
  2. 1
      com.unity.uiwidgets/CHANGELOG.md

4
README.md


#### Unity
The compatible Unity versions of each UIWidgets release are listed below. You can download the latest Unity on https://unity3d.com/get-unity/download.
The compatible Unity versions for each UIWidgets release are listed below. You can download the latest Unity on https://unity3d.com/get-unity/download.
| UIWidgets version | Unity 2019 LTS | Unity 2020 LTS |
| -----------------------------------------------| ------------------------- | ------------------------- |

#### Image Import Setting
Please put images under StreamingAssets folder, a and loading it using ```Image.file```.
#### Auto Framerate Adjustment
#### Automatic Framerate Adjustment
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.
Note that this feature is disabled by default though.

1
com.unity.uiwidgets/CHANGELOG.md


### Fixes
- Android return button support [\#168](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/168)
-
### New Features
- Add engine compilation scripts [\#170](https://github.com/Unity-Technologies/com.unity.uiwidgets/pull/170)

正在加载...
取消
保存