Vasily Boldyrev
Results
2
comments of
Vasily Boldyrev
Unfortunately, you would have to load and check every prefab in the project to do this. Unity search API doesn't allow such filters. It is possible to implement such feature...
We are using `[AssetPathFilter("Part/Of/Prefabs/Path")]` attribute on fields as a workaround for this ;)