Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit a9aa22e

Browse files
committed
Icon in project view
1 parent 216cfa9 commit a9aa22e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PostProcessing/Editor/Tools/ProfileFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class ProfileFactory
1111
[MenuItem("Assets/Create/Post-processing Profile", priority = 201)]
1212
static void CreatePostProcessProfile()
1313
{
14-
var icon = EditorGUIUtility.FindTexture("ScriptableObject Icon");
15-
ProjectWindowUtil.StartNameEditingIfProjectWindowExists(0, ScriptableObject.CreateInstance<DoCreatePostProcessProfile>(), "New Post-processing Profile.asset", icon, null);
14+
//var icon = EditorGUIUtility.FindTexture("ScriptableObject Icon");
15+
ProjectWindowUtil.StartNameEditingIfProjectWindowExists(0, ScriptableObject.CreateInstance<DoCreatePostProcessProfile>(), "New Post-processing Profile.asset", null, null);
1616
}
1717

1818
internal static PostProcessProfile CreatePostProcessProfileAtPath(string path)

PostProcessing/Runtime/PostProcessProfile.cs.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)