Skip to content

AlexeyPerov/Unity-Textures-Hunter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Textures Hunter Unity3D Tool unity

stability-stable License: MIT Maintenance

This tool provides summary of all textures in Unity project.

It makes an analysis of non-atlas textures to give some recommendations upon their compression settings: e.g. detect issues like

  • Only POT textures can be compressed to PVRTC format
  • Only textures with width/height being multiple of 4 can be compressed to Crunch format

It also helps to analyze all your atlases at once and highlights issues if their textures used in Resources and/or Addressables (which may lead to duplicated textures in build).

All code combined into one script for easier portability. So you can just copy-paste TextureHunter.cs to your project in any Editor folder.

Use "Tools/Texture Hunter" menu to launch it.

Textures View

plot

Atlases View

plot

Installation

  1. Just copy and paste file TextureHunter.cs inside Editor folder
  2. [WIP] via Unity's Package Manager

Contributions

Feel free to report bugs, request new features or to contribute to this project!

Other tools

Dependencies Hunter

To find unreferenced assets in Unity project see Dependencies-Hunter.

Missing References Hunter

To find missing or empty references in your assets see Missing-References-Hunter.

About

Provides summary of all textures and atlases in Unity project

Topics

Resources

License

Stars

Watchers

Forks

Languages