# UI Widgets ## Development 1. Start **Unity(2018.3 or above)**, create a local empty project. 1. In a console (or terminal) application, go to the newly created project folder, then clone this repo into the packages directory. ```none cd /Packages git clone https://gitlab.cds.internal.unity3d.com/upm-packages/ui-widgets/com.unity.uiwidgets.git com.unity.uiwidgets ```