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

Commit d847468

Browse files
committed
fix readme typos
1 parent 714f758 commit d847468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Status bar is always hidden by default when an Unity project is running on an An
230230

231231
To build an App that is able to adjust the frame rate automatically, please open Project Settings, and in the Quality tab, set the "V Sync Count" option of the target platform to "Don't Sync".
232232
The default logic is to reduce the frame rate when the screen is static, and change it back to 60 whenever the screen changes.
233-
If you would like to disable this behavior, please set `Window.onFrameRateSpeedUp` and/or `Window.onFrameRateCoolDown` to null function, i.e., () => {}.
233+
If you would like to disable this behavior, please set `Window.onFrameRateSpeedUp` and `Window.onFrameRateCoolDown` to null function, i.e., () => {}.
234234

235235
Note that in Unity 2019.3 and above, UIWidgets will use OnDemandRenderAPI to implement this feature, which will greatly save the battery.
236236

@@ -297,15 +297,15 @@ via *Window/Analysis/UIWidgets* inspector in Editor menu.
297297
## Learn
298298

299299
#### Samples
300-
You can find many UIWidgets sample projects on Github, which covers different aspects and provide you
300+
You can find many UIWidgets sample projects on Github, which cover different aspects and provide you
301301
learning materials in various levels:
302302
* UIWidgetsSamples (https://github.com/UIWidgets/UIWidgetsSamples). These samples are developed by the dev team in order to illustrates all the features of
303303
UIWidgets. First clone this Repo to the **Assets** folder of your local UIWidgets project. Then
304304
you can find all the sample scenes under the **Scene** folder.
305305
You can also try UIWidgets-based Editor windows by clicking the new **UIWidgetsTests** tab on the main menu
306306
and open one of the dropdown samples.
307307
* awesome-UIWidgets by Liangxie (https://github.com/liangxiegame/awesome-uiwidgets). This Repo contains
308-
lots of UIWidget demos apps and third-party applications.
308+
lots of UIWidget demo apps and third-party applications.
309309
* ConnectApp (https://github.com/UnityTech/ConnectAppCN). This is an online, open-source UIWidget-based App developed
310310
by the dev team. If you are making your own App with UIWidgets, this project will provides you with
311311
many best practice cases.

0 commit comments

Comments
 (0)