Releases: RoyTheunissen/Asset-Palette
Releases · RoyTheunissen/Asset-Palette
v0.4.7 - Fixed a null ref when purging a deleted asset
- Fixed a null ref when purging a deleted asset
v0.4.6 - Fixed RegEx usage that's slow and causes garbage allocation
What's Changed
- Fix/Serialized Property Regex removal by @Thundernerd in #40
Full Changelog: v0.4.5...v0.4.6
v0.4.5 - Fixed slowdown when selecting multiple entries
What's Changed
- Fixed the Asset Palette window being super slow when selecting multiple entries at once
Full Changelog: v0.4.4...v0.4.5
v0.4.4 - Fixed an issue when having a lot of entries in one folder
What's Changed
- Rolled back an optimization that caused preview scenes to not be released by @RoyTheunissen in #38
Full Changelog: v0.4.3...v0.4.4
v0.4.3 - Tooltips
What's Changed
- Feature/palette entry tooltips by @RoyTheunissen in #36
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Fixed a missing quote in the version number
v0.4.1
- @brunomikoski re-introduced editor preview caching for a performance boost
v0.4.0
- Fixed serialization issues with asset references in the personal palette
- Added a more robust implementation of dragging folders and entries around
- Converted panels from partial classes to separate classes
- Moved Runtime code to Editor code to get rid of superfluous
#if UNITY_EDITOR
s - Added various debugging tools for the Personal Palette
Full Changelog: v0.3.2...v0.4.0
v0.3.2
- Fixed the Asset Palette window popping to the front on reimport.
v0.3.1
- Fixed the Asset Palette window opening when assets were reimported