Skip to content

Releases: yasirkula/UnityAssetUsageDetector

v2.5.3

04 Aug 10:25
Compare
Choose a tag to compare

Added 'Hide unused sub-assets in "Unused Objects" list if their parent assets are used' option to Settings (closed #39)

v2.5.2

12 May 10:03
Compare
Choose a tag to compare

Fixed NullReferenceException on newest Unity versions if VFX Graph package is installed

v2.5.1

18 Nov 14:56
Compare
Choose a tag to compare
  • Fixed some properties not being searched in edge cases that may occur when Addressables or VFX Graph packages are present in the project
  • "Hide redundant prefab variant links" setting now works as expected, only affecting variables in components and not affecting prefab/MonoScript usages
  • Scenes in read-only packages aren't searched since they can't be opened

v2.5.0

07 Oct 17:44
Compare
Choose a tag to compare
  • Scene lighting settings are now searched for references (can be turned off)
  • Muted an exception that is raised while searching "ref struct"s for reference
  • Minor improvements and bugfixes

v2.4.2

31 Aug 04:13
Compare
Choose a tag to compare

Fixed deprecated EditorSceneManager warnings on 2022.2+

v2.4.1

27 Jun 11:05
Compare
Choose a tag to compare

Added a setting to show sub-assets' root asset names in search results (disabled by default)

v2.4.0

07 May 18:50
466a152
Compare
Choose a tag to compare
  • Added VFX Graph support
  • Fixed a couple of edge cases
  • Addressables support no longer requires manual modifications

v2.3.1

18 Mar 12:13
Compare
Choose a tag to compare
  • Fixed [SerializeReference] references sometimes not being found (#33)
  • Fixed exceptions while searching for some URP assets' references due to their overriden GetHashCode functions

v2.3.0

15 Oct 14:16
Compare
Choose a tag to compare

Added experimental Addressables support (see README)

v2.2.3

23 Sep 11:18
Compare
Choose a tag to compare
  • Shaders are searched for #include_with_pragmas references in addition to #include references
  • Material's color and mainTexture properties aren't searched at runtime since they're searched by SearchMaterial anyways and they can actually throw errors in the Console if the corresponding shader property doesn't exist
  • Added "Collapse All" button to Asset Usage Detector window's context menu that collapses all search result groups at once
  • Fixed right clicking Unused Objects group throwing an exception if that search result group hasn't been expanded yet