Skip to content

v1.2.0

Compare
Choose a tag to compare
@jeffcampbellmakesgames jeffcampbellmakesgames released this 04 Oct 09:00

Overview

This release adds support for exporting the source contents of a PackageManifestConfig as a .UnityPackage file. This makes it easier to be able to create a single file archive that can then be uploaded or sent for a user(s) to import rather than referencing the package in their manifest.json file.

This can be utilized by selecting the Export as Legacy Package button on the PackageManifestConfig inspector.

image

In addition, this package removes the unit tests from the package source as this can cause errors in newer versions of Unity where NUnit is no longer included with the editor by default and must be included by the user as a package.

There was also some internal refactoring and code cleanup that has no impact on functionality.

Release Notes

  • Added support for PackageManifestConfig to export package source as a UnityPackage.
  • Internal code cleanup and style refactor.
  • Removed unit tests from package; in later versions of Unity nunit functionality is only available through a custom package and this can cause errors if not present. Unit tests are still available in repository.