Skip to content

v2.2.0

Compare
Choose a tag to compare
@yasirkula yasirkula released this 05 Jan 07:23
· 40 commits to master since this release
  • (Experimental)(#14) Added SearchRefactoring parameter to AssetUsageDetector (only useful while triggering the search via Scripting API). It allows getting notified of found references during the search (some references like Assembly Definition File references or Shader Graph references aren't supported) and in most cases, refactoring them (e.g. changing all usages of a searched object with something else or null). Disabling "Lazy Scene Search" is recommended while using this feature and it's advised to backup your project beforehand
  • Fixes related to runtime searching