We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b017250 commit 77cafecCopy full SHA for 77cafec
Packages/Ink/Editor/Tools/File Icons/InkBrowserIcons.cs
@@ -110,7 +110,7 @@ static InkBrowserIcons() {
110
111
static void OnDrawProjectWindowItem(string guid, Rect rect) {
112
string path = AssetDatabase.GUIDToAssetPath(guid);
113
- if (Path.GetExtension(path) == InkEditorUtils.inkFileExtension && InkLibrary.created) {
+ if (Path.GetExtension(path) == InkEditorUtils.inkFileExtension) {
114
DefaultAsset asset = AssetDatabase.LoadAssetAtPath<DefaultAsset>(path);
115
DrawInkFile(InkLibrary.GetInkFileWithFile(asset), rect);
116
}
0 commit comments