You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ Status bar is always hidden by default when an Unity project is running on an An
230
230
231
231
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".
232
232
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., () => {}.
234
234
235
235
Note that in Unity 2019.3 and above, UIWidgets will use OnDemandRenderAPI to implement this feature, which will greatly save the battery.
236
236
@@ -297,15 +297,15 @@ via *Window/Analysis/UIWidgets* inspector in Editor menu.
297
297
## Learn
298
298
299
299
#### 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
301
301
learning materials in various levels:
302
302
* UIWidgetsSamples (https://github.com/UIWidgets/UIWidgetsSamples). These samples are developed by the dev team in order to illustrates all the features of
303
303
UIWidgets. First clone this Repo to the **Assets** folder of your local UIWidgets project. Then
304
304
you can find all the sample scenes under the **Scene** folder.
305
305
You can also try UIWidgets-based Editor windows by clicking the new **UIWidgetsTests** tab on the main menu
306
306
and open one of the dropdown samples.
307
307
* 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.
309
309
* ConnectApp (https://github.com/UnityTech/ConnectAppCN). This is an online, open-source UIWidget-based App developed
310
310
by the dev team. If you are making your own App with UIWidgets, this project will provides you with
0 commit comments