A Package made to Manage your Project Files so that you can keep an eye on your file size and unused ones.
Add to Unity Package Manager
Paste this URL into Unity's Window › Package Manager › + › Add package from git URL,
or click Install.
https://www.pkglnk.dev/projectfilemanager.git README
Rendered from GitHubProject File Manager
A Unity Tool made for managing your project files, either to delete unused ones or find out if there is a big file lost in your project.
Unused Finder
Scan selected folder for assets that are not being used, move all selected assets after scan to a folder named Unused or to the selected folder.
● Source Folder scan selected Folder.
● Target subfolder move all selected unused assets to a target folder.
By default, it moves everything to a folder named Unused.
● Extensions all file extensions that the tool will try to look for.
You can either move the assets as a backup or delete them right away. There are some limitations to which files it will select. For example, it will first select a prefab and its materials if they are not being used by any other asset or referenced in a scene. After deleting the unused prefab and materials, the next scan will show all the textures that were being used by the prefab and its materials.
Obs: It might take some time during the first scan.
Size Explorer
It basically scans the Assets folder for all file sizes and displays them in a list where you can sort by size to identify any files that are taking up too much space in the project.
Versions 1
- v1.0.0 current
Dependencies 0
No dependencies.
Changelog 0 releases
No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.
README Markdown
Copy this to your project's README.md
## Installation
Add **Project File Manager** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/projectfilemanager.git
```
[](https://www.pkglnk.dev/pkg/projectfilemanager)Embed badge README snippet
[](https://www.pkglnk.dev/pkg/projectfilemanager) <a href="https://www.pkglnk.dev/pkg/projectfilemanager"><img src="https://www.pkglnk.dev/badge/projectfilemanager.svg" alt="pkglnk installs"></a> https://www.pkglnk.dev/badge/projectfilemanager.svg Comments
No comments yet. Be the first!


Sign in to join the conversation
Sign In