Skip to content

dqIndieGames/SimpleSpriteSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity SimpleSpriteSelect

SimpleSpriteSelect is sprite editor extend.To Find Reference from sprite.And Fast Drag And Drop.

How To Open

image

Find Reference

2023-11-04 18-38-56_3 Select Prefab or ScriptableObject or Material and so on.Will High Light Using Sprite.

Drag And Drop

2023-11-04 18-39-55 Fast Drop Sprite To Other Sprite SerializedProperty Or Sprite List SerializedProperty.

  • Single Drag and Drop mode 2023-11-04 18-39-55_1

Other Thing

Odin Extend

See SpriteEditorSelectModuleOdin.cs

DrawListSimpleHelperGUI

Help you draw List Simplely.

SerializedObjectHelperUtils

  • Help you find detail depend.

  • Unity Assets AssetDatabase.GetDependencies() Only Get the baseAsset(Such as Texture, but not sprite).

  • Use SerializedObjectHelperUtils Can Find detail Object Dependencies.