-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Could place Thumbnail.jpg inside ProjectSettings/ or UserSettings/
Then display it "somehow". (could have have setting: At mouse over or At Right Click panel or something else)
Useful for quickly checking whats in this project or how does it look like (if it has good thumbnail image assigned).
Problem is that if thumbnail is not updated, then its not useful..
Needs editor script to easily "take new thumbnail image from gameview/sceneview"
(low priority at the moment, still thinking about it)
Comments
- Where to display icon? (rows are too small to display, and making them 2-3x higher would take too much space..
- Could display when project is selected (but no space in any corner either..)
- Could be mouse over tooltip for the icon? but might be annoying when it blocks items under it
To get actual application icon:
its difficult, as projectsettings.asset uses guid for the image..
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 3d9ef76b9eb36c847bd6c698c686eec8, type: 3}
- serializedVersion: 2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request