{"repo":"AlexeyPerov/Unity-Textures-Hunter","free":true,"listed":false,"github":"https://github.com/AlexeyPerov/Unity-Textures-Hunter","clone":"git clone https://github.com/AlexeyPerov/Unity-Textures-Hunter.git","description":"Provides summary of all textures and atlases in Unity project","language":"C#","stars":85,"topics":["unity","unity3d","textures","compression"],"license":"MIT","category":"game-templates","readme_excerpt":"Textures Hunter Unity3D Tool This tool provides summary of all textures in Unity project. It performs an analysis of atlas and 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 - etc It also helps to analyze all your atlases at once and highlights issues like - if their textures used in Resources and/or Addressables (which may lead to duplicated textures in build) - if there are some ambiguous settings between atlases - etc You can set recommended compression settings and it will mark textures and atlases that do not use them. 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. What it checks Texture warnings include: - Compression compatibility problems, such as PVRTC requiring power-of-two textures or Crunch requiring width/height divisible by 4. - Textures larger than recommended limits. - Read/write and mipmap settings that may be unwanted for runtime content. - Missing platform overrides or import settings that differ from the recommended configuration. Atlas warnings include: - Ambiguous atlas packables where different atlases may include the same texture. - Textures that appear in more than one atlas. - Atlas textures that are also in Resource","default_branch":null,"files":null,"tree":[],"storefront":"/r/AlexeyPerov","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/AlexeyPerov/Unity-Textures-Hunter/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}