Window Framework for Unity UI Toolkit
Project Setup
To install the Window Framework asset simply follow these steps:
In that folder you will see everything that makes up the asset. The Window Framework asset uses
- Verify that you have the required packages installed (see the Requirements Section for details)
- From within your Unity editor go to the Window Menu then Package Manager.
- In the Package Manager, list on ‘My Assets’ in the left hand pane.
- Type Window Framework in the search field, assuming you have purchased the asset you will see it listed.
- 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)
- Follow the directions and finish the import.
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.