New tool Tools > Find > Unreferenced Assets
Scans the project for assets that are not referenced by anything, tracing chains so that eg. a texture referenced by a material that is not used anywhere will be counted as unused
Can't catch everything - assets loaded by string path in scripts won't be caught by this tool, so use with care