All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed issue that documentation images are shown in wrong order.
- Removed dependency with AssetBundleBrowser and Addressables.
- Relaxed minimum version required with Addressables from 1.7.5 to 1.6.0.
- Fixed issue that AddressableBuilder cannot select BuilderScript when there is only one.
- Fixed issue that documentation images are shown in wrong order.
- Added FileOperation node.
- Added ImportUnityPackage node.
- Added ExportAsUnityPackage node.
- Added AddressableBuilder node.
- Suppress hidden graphs from Default AssetBundle Graph in Project Setting.
- Upgraded Addressables version (1.2.3 -> 1.7.5)
- Fixed issue that graph is unable to execute when a broken event is recorded. (#142)
- Fixed Extract Shared Assets does not correctly find shared assets among variants.
- Added Animation Import Overwrite Options to let user decide or skip overwriting AnimationClip Settings and Human Descriptions. (#104)
- Dependent package version update: Addressables 1.1.7->1.2.3, Asset Bundle Browser 1.6.0-> 1.7.0
- Fixed EditorTest compile errors (#106)
- Fixed Issue Last Imported Items produces exception (#100)
This is the first version of AssetGraph in the package form.
- Software License now changed to Unity Companion License from MIT License.
- API namespace changed from UnityEngine.AssetGraph to Unity.AssetGraph.
- Default AssetBundleBuildMap path changed. It can be configured from the Project Settings window per project.
- Stopped to try importing old data automatically. Instead, the menu for importing Old version (v1.1) data is now always visible from AssetGraph Window.
- Added 2018.3 support.
- Added 2019.2 support.
- Fixed issue that error icon not displayed properly on node when node has an error. (2018.1)