Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Releases: jeffcampbellmakesgames/unity-asset-validator

v1.1.2 Release

14 Apr 06:28
Compare
Choose a tag to compare

Summary

This version adjusts the assembly definitions so that JCMG.AssetValidator.Editor can be properly referenced from other editor assemblies.

Changes

  • Removed TestAssemblies from JCMG.AssetValidator.Editor

v1.1.1 Release

13 Apr 15:16
Compare
Choose a tag to compare

Summary

This release adds updates to the documentation, license, and sets up the project to be able to be distributed as a package.

v1.1

05 Mar 09:07
Compare
Choose a tag to compare

Summary

This release is part of a broader effort to revitalize development on this tool with more frequent updates containing smaller features/fixes. As a first pass at this, I have reviewed in-depth all of my previous work and re-organized and refactored all of the existing code and functionality for a few reasons:

  • Increase the quality and decrease the complexity of the existing code.
  • Make it much clearer which parts of this tool are available for normal usage through better abstraction and encapsulation, sealed and internal access modifiers, and assembly definitions.
  • Fix underlying areas of weak or error prone logic.

As part of an effort to support regression testing for this tool in the near future, the contents of the repository have been re-organized into a Unity project. The version of this project is subject to change as this feature is implemented.

To more easily support future releases in the desired folder layout, this unity package is not compatible with the prior one and any prior contents should be deleted before importing this one.

Changes

  • Removed support for Unity versions less than or equal to 5.6.X
  • Fixed #1 for inverted continuous integration result value.

v1.0

25 Jan 22:03
Compare
Choose a tag to compare

This is the first release for the asset validator and contains all of the features described on the readme found here. In the future, a release notes version on that same readme page will also contain a log of any added or new features.

AssetValidator_1.0.zip