Skip to content

Releases: yasirkula/UnityAssetUsageDetector

v2.5.7

01 Jun 14:56

Choose a tag to compare

Fixed GetScreenFittedRect not working on Unity 2022.3.62+, 6.0.49+ and 6.1.0+

v2.5.6

19 May 18:16

Choose a tag to compare

  • Searching for usages of SpriteAtlas will now include its Sprites, as well (#43)
  • Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)

v2.5.5

10 Dec 16:59

Choose a tag to compare

  • Changed "Hide non-overridden prefab variables" options to "Hide redundant prefab references" which now also apply to C# scripts' and prefab assets' usages (#42)
  • Small simplifications in the codebase

v2.5.4

03 Nov 09:53

Choose a tag to compare

  • Added "Hide non-overridden prefab variables in scenes" setting (closed #42) + Renamed "Hide redundant prefab variant links" to "Hide non-overridden prefab variables in assets"
  • Added "Hide Search Results" to search result groups' context menu if their search results are filtered via a search term (i.e. text filtering). For example, you can filter search results with term "[Prefab object]" and then right click the group and select this option to hide all prefab instance occurrences in that group

v2.5.3

04 Aug 10:25

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

Choose a tag to compare

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

v2.5.1

18 Nov 14:56

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

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

Choose a tag to compare

Fixed deprecated EditorSceneManager warnings on 2022.2+

v2.4.1

27 Jun 11:05

Choose a tag to compare

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