// Simply editor window that lets you quick check a path of // a texture in your project instead of waiting your code to // compile. // // if the path exists then it shows a message // else displays an error message
class EditorGUIUtilityFindTexture extendsEditorWindow {