Skip to content

Commit

Permalink
Retrieve new prefab icon specifically changed for unity version 2018.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanerkut committed Mar 29, 2019
1 parent 05a00a3 commit b7bf67e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,11 @@ private string ResolveIconNameFromFileExtension(string fileExtension)
case "unity":
return "SceneAsset Icon";
case "prefab":
#if UNITY_2018_3_OR_NEWER
return "d_Prefab Icon";
#else
return "PrefabNormal Icon";
#endif
case "mat":
return "Material Icon";
case "cs":
Expand Down

0 comments on commit b7bf67e

Please sign in to comment.