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
- Host: GitHub
- URL: https://github.com/gilzoide/assetlist
- Owner: gilzoide
- License: other
- Created: 2022-05-23T11:37:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T14:19:24.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:59:01.502Z (12 months ago)
- Topics: asset, filter, list, scriptableobject, unity
- Language: C#
- Homepage:
- Size: 9.16 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```