{{docsMenuData.data.title}}

Window Framework for Unity UI Toolkit

Project Setup

To install the Window Framework asset simply follow these steps:
  1. Verify that you have the required packages installed (see the Requirements Section for details)
  2. From within your Unity editor go to the Window Menu then Package Manager.
  3. In the Package Manager, list on ‘My Assets’ in the left hand pane.
  4. Type Window Framework in the search field, assuming you have purchased the asset you will see it listed.
  5. Select the WindowFrame Asset and in the right hand pane click download and then Import to project (if you have already downloaded the asset then go straight to import)
  6. Follow the directions and finish the import.
Once the import is completed there will be a new folder within your project:
Assets/GarageWareGames/WindowFramework
In that folder you will see everything that makes up the asset. The Window Framework asset uses Resource.Load calls to access stylesheets and UXML documents. This means that you are free to move the asset anywhere you like to best fit your project layout.

Resource.Load calls look in all resource folders, the Window Framework looks for a Resources/WindowFramework/ folder and expects all content to be stored within.