What's Changed
- Fixed issue when creating multiple items without renaming it would cause a null reference.
- Removed Synchronize Assets button from the Collection Editor, this is already happening multiple times
- Renamed Generator button to Run Generator instead of Generate Items since was misleading
- Fixed use of
AssetPathExists
on older Unity versions - Removed Syncronize Button (was not needed anymore)
- Fixed generator not refreshing CollectionEditor after running the generator
- Fixed unique name generation for new items
Added
- Added new label options to make the picker smaller
- Feature/more fixes by @brunomikoski in #171
- Fix AssetDatabase.AssetPathExists compatibility for Unity versions before 2023.1 by @octo127 in #172
- Added the option to hide the label to make it more compact by @RoyTheunissen in #173
- Bug Fixes by @brunomikoski in #174
- fix: null check by @brunomikoski in #175
New Contributors
Full Changelog: v2.4.0...v2.4.1