Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.42 KB

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.