An open API service indexing awesome lists of open source software.

https://github.com/gilzoide/assetlist

ScriptableObject that automatically aggregates assets using AssetDatabase.FindAssets
https://github.com/gilzoide/assetlist

asset filter list scriptableobject unity

Last synced: 11 months ago
JSON representation

ScriptableObject that automatically aggregates assets using AssetDatabase.FindAssets

Awesome Lists containing this project

README

          

# Asset List
`ScriptableObject` that automatically aggregates assets in a project using
`AssetDatabase.FindAssets`.
The list is automatically updated when entering Play mode or building the
project, so there is no need to manually update it.

![](Extras~/demo.gif)

## Installing
Install via [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
using this repository URL:

```
https://github.com/gilzoide/AssetList.git
```