Table of Contents

Class TextureSearcher

Namespace
CodeBase.Tool
Assembly
4Experience.CodeBase.Tool.ArtTools.dll

Feature that can list all textures in project which don't have enabled Use Crunch Compression

public class TextureSearcher
Inheritance
TextureSearcher
Extension Methods

Fields

TEXTURE_SEARCH_FILTER

private const string TEXTURE_SEARCH_FILTER = "t:texture"

Field Value

string

Properties

ExcludedFolderCollection

private static string[] ExcludedFolderCollection { get; set; }

Property Value

string[]

Methods

FindTexturesWithoutCrunchCompression()

[MenuItem("4Experience/CodeBase/Art Tools/FindTexturesWithoutCrunchCompression")]
private static void FindTexturesWithoutCrunchCompression()

IsInExcludedFolder(string)

private static bool IsInExcludedFolder(string path)

Parameters

path string

Returns

bool