issues
search
brunomikoski
/
ScriptableObjectCollection
A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and providing easy access through code or user-friendly inspectors!
MIT License
523
stars
36
forks
source link
Feature/fix item picker editor usage
#153
Closed
brunomikoski
closed
2 months ago
brunomikoski
commented
2 months ago
Changed
Update PickerPropertyDrawer to use PopupList from property path cache to avoid issue when rendered inside a List/Array
Update CollectionRegistry to search for the ScriptableObjectCollection using the
AssetDatabase.FindAssets
instead of the
TypeCache
first
Added confirmation popup for deleting items from the Collection
Fixed issue while renaming one asset could be canceled on arrow keys press
Fix removing wrong usages of ApplyModifiedProperties
Fixed issue with the CollectionItemPicker not updating the collection properly on editor mode
Changed
AssetDatabase.FindAssets
instead of theTypeCache
first