Skip to content

Project Health Check v0.1.2

Latest

Choose a tag to compare

@ludioo ludioo released this 11 Jul 19:24
· 5 commits to main since this release
f1ef046

Project Health Check v0.1.2

This release adds automated quality infrastructure for Project Health Check for Unity. The existing tool behavior and five health checks remain unchanged.

Added

  • Automated Unity EditMode tests with GitHub Actions
  • CI runs on pushes and pull requests targeting main and develop
  • Test artifacts and Unity logs retained for debugging failed runs
  • Live EditMode Tests status badge in the README
  • Updated contributor documentation and release roadmap

Validation

  • Successfully validated with Unity 2022.3.23f1
  • 15 EditMode tests passing
  • EditMode tests only; no Unity project build step
  • No new package dependencies
  • No production source changes

Compatibility

  • Unity 2022.3 LTS or newer
  • Editor-only
  • No breaking product or configuration changes

Installation

In Unity Package Manager, select Add package from git URL and enter:

https://github.com/ludioo/Unity-Project-Health-Check.git?path=/Packages/com.ludioo.project-health-check#v0.1.2

Included health checks

  • Missing scripts in prefabs and scenes
  • Oversized textures
  • Large project files
  • Invalid Build Settings scenes
  • Empty folders