-
Notifications
You must be signed in to change notification settings - Fork 6
Presets Browser Window
Unity 2018.1 introduced Presets feature to improve editor workflow. While presets can be found via project window search, it's not possible to filter presets by type or determine preset asset validity in project window. Presets browser editor window addresses this issues and serves as central place to access all project presets.
Access presets browser via Unity toolbar: Window -> Pump Editor -> Presets Browser.

Preset can be invalid if you delete the class it was referencing. To filter presets by validity use validity toolbar. Following options are supported:
-
All- show all preset assets regardless of whether they are valid or not. -
Only Valid- show only valid preset assets -
Only Invalid- show only not valid preset assets
Use Filter by preset type toggle to control filtering of listed preset assets:
- Toggle on - filter listed preset assets by target preset type selected via popup. For
Only Invalidvalidity toolbar option listed preset are not filtered and type selection popup is not shown. - Toggle off - no filtering of listed preset assets by preset type
Click preset asset object field to ping object in project window. Click Select button to select preset asset in project window.