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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,7 @@ The symbol is for debug purpose, please remove it from your release build.
289
289
#### UIWidgets Inspector
290
290
The UIWidgets Inspector tool is for visualizing and exploring the widget trees. You can find it
291
291
via *Window/Analysis/UIWidgets* inspector in Editor menu.
292
+
292
293
**Note**
293
294
***UIWidgets_DEBUG** needs to be define for inspector to work properly.
294
295
* Inspector currently only works in Editor Play Mode, inspect standalone built application is not supported for now.
@@ -299,7 +300,7 @@ via *Window/Analysis/UIWidgets* inspector in Editor menu.
299
300
You can find many UIWidgets sample projects on Github, which covers different aspects and provide you
300
301
learning materials in various levels:
301
302
* UIWidgetsSamples (https://github.com/UIWidgets/UIWidgetsSamples). These samples are developed by the dev team in order to illustrates all the features of
302
-
UIWidgets. Clone this Repo to the **Assets** folder of your local UIWidgets project and then
303
+
UIWidgets. First clone this Repo to the **Assets** folder of your local UIWidgets project. Then
303
304
you can find all the sample scenes under the **Scene** folder.
304
305
You can also try UIWidgets-based Editor windows by clicking the new **UIWidgetsTests** tab on the main menu
0 commit comments