Skip to content

9.0.0

Compare
Choose a tag to compare
@PassivePicasso PassivePicasso released this 20 Jul 18:18
· 12 commits to master since this release

To improve the performance of PackageSource initialization PackageGroup and PackageVersion have been changed to no longer derive from ScriptableObject.

This change necessitated modifying PackageVersion by removing the PackageGroup group field and replacing it with a string, groupDependencyId. This field can be used to look up the PackageGroup object instead of using a reference, preventing a serialization loop.

Fixes and Improvements

  • Fixed the import of ProjectSettings which had been broken during the update to AssetsTools v3.