Releases: innogames/asset-relations-viewer
v1.3.1
v1.3.0
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
Improved performance of IsPackedToApp function and fixed issue that dependencies of added components to a PrefabInstances where not detected correctly.
v1.2.4
- 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
Added dependency resolver to find GameObject->GameObject dependencies within the currently opened scene or prefab.
v1.2.1-beta
Fixed node selection for assets in tree view
v1.2.0-beta
Some smaller improvements for displaying the node names and removed c…
Merge pull request #2 from innogames/v1.1.1
1.1.0
Fix for resolving during unity startup
1.0.1 Fixed error where Dependency Resolve started when opening unity