Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/track/unused-assets-detector.git

README

Unused Assets Detector

GitHub Release GitHub License Readme_ZH

Introduction

Unused Assets Detector is a Unity editor tool designed to detect unused assets in your project. This tool helps developers clean up their projects by reducing unnecessary resource usage.

image

Features

  • Scans all assets in the project and detects unused ones.
  • Supports adding assets or folders to a whitelist to exclude them from detection.
  • Provides list and grid view modes for easy viewing of unused assets.
  • Allows direct deletion of unused assets within the project.
  • Calculate the amount and disk size of unused assets

Usage

  1. In the Unity editor, navigate to Tools > BY Utils > Unused Assets Detector to open the tool window. image

  2. Click the Find Unused Assets button to start scanning for unused assets in the project.

  3. Use the folder hierarchy on the left to navigate and view unused assets in each folder.

  4. Click Add Asset to Whitelist or Add Folder to Whitelist to add assets or folders to the whitelist.

  5. Use Show as List or Show as Grid to switch view modes.

  • List
    image

  • Grid
    image

  1. Click the Delete button next to an asset to remove unwanted assets.

Whitelist

The whitelist feature allows users to exclude certain assets or folders from detection. Whitelist information is stored in the Whitelist.asset scriptable object located in the Assets/UnusedAssetsDetector/.

Notes

  • Use the delete function with caution, as deleted assets cannot be recovered.
  • The demo assets are using Unity's built-in render pipeline

Installation

  • Download the latest release package
  • Install with Unity Package Manager via git URL https://github.com/barryyip0625/UnusedAssetsDetector.git

Contribution

Contributions to improve this tool are welcome. Please participate by submitting pull requests or reporting issues.

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

Installs Over Time

Operating Systems

No data yet

Top Countries

No data yet

Git Versions

No data yet

Embed Install Badge

Add an install count badge to your README

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/unused-assets-detector.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/unused-assets-detector)
HTML
<a href="https://www.pkglnk.dev/pkg/unused-assets-detector"><img src="https://www.pkglnk.dev/badge/unused-assets-detector.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!