Skip to content

Releases: innogames/asset-relations-viewer

v1.3.1

25 Oct 15:19
cd0d131
Compare
Choose a tag to compare

Added check for in package scenes to avoid them from being traversed since it can happen that packages are readonly and scenes cant be opened from them causing an exception.

v1.3.0

29 Sep 08:30
fbabb71
Compare
Choose a tag to compare

Fixed several bugs regarding detection of if an asset is packed into the app or not and added cache to speed up the detection.
Fixed issue that added components to a PrefabInstance didnt show the usage of their script as a dependencyFixed that once "Sync to explorer" option in asset type handler it could not get disabled anymore.
Increased serialized version to 1.3 to force full update of the AssetDependencyCache.
Added progressbars for loading and saving the AssetDependencyCache.

v1.3.0-beta

08 Sep 13:53
Compare
Choose a tag to compare
v1.3.0-beta Pre-release
Pre-release

Improved performance of IsPackedToApp function and fixed issue that dependencies of added components to a PrefabInstances where not detected correctly.

v1.2.4

08 Jul 09:46
Compare
Choose a tag to compare
  • Removed old ObjectDependencyResolver since its now fully replaced by the ObjectSerializedDependencyResolver
  • Added support for SubAssets
  • Added dependency cache and resolver for Asset->File dependencies
  • Added dependency cache and resolver for GameObject->GameObject dependencies within a scene/prefab
  • Added several performance improvements

v1.2.2-beta

21 Jun 12:26
Compare
Choose a tag to compare
v1.2.2-beta Pre-release
Pre-release

Added dependency resolver to find GameObject->GameObject dependencies within the currently opened scene or prefab.

v1.2.1-beta

10 May 07:33
Compare
Choose a tag to compare
v1.2.1-beta Pre-release
Pre-release
Fixed node selection for assets in tree view

v1.2.0-beta

10 May 06:21
Compare
Choose a tag to compare
v1.2.0-beta Pre-release
Pre-release
Some smaller improvements for displaying the node names and removed c…

Merge pull request #2 from innogames/v1.1.1

03 Jul 07:26
fde441f
Compare
Choose a tag to compare

1.1.0

29 Jun 09:05
78cdaf0
Compare
Choose a tag to compare

Added support for AssetDatabase V2 and added that prefab variants are now found be the ObjectSerializedDependencyResolver

Fix for resolving during unity startup

06 Apr 10:11
Compare
Choose a tag to compare
1.0.1

Fixed error where Dependency Resolve started when opening unity