selecing all assets with packing tag

is there a way to select by or search for all assets that already have a specific packing tag?

as far as I can tell right now, it’s an entirely manual process if you want to find all assets that have a particular tag. anyone know if there is a search function or a good work flow for reselecting assets with a specific packing tag?

thanks

There’s no built-in option for finding all the assets with the same packing tag.

You can create a very simple editor script that will do that (iterate over all assets in the project, return those that have a given packing tag).

You can also use Texture Overview that shows you a nice table of all textures in your project and also has a “Packing tag” column