Skip to content

Health Rubric

The RealityKit Readiness Score is a production-usability signal, not a cosmetic grade.

ScoreStatusMeaning
10ReadyNo actionable issues.
9.0 - 9.5ProductionAdvisory-only concerns.
7.0 - 8.5GoodUsable, but important issues remain.
5.0 - 6.5RiskyLikely runtime/visual defects.
0.0 - 4.5BlockedNot production-usable.
  • Catastrophic open/import failure => 0.0
  • Any unresolved error => capped to Blocked band (<= 4.5)
  • Categories are scored from the canonical diagnostics stream
  • Non-applicable categories are excluded
Rule IDDefault SeverityHealth Effect
texture.missing_fileerrorBlocking; caps score to Blocked band
texture.unreadable_or_corrupterrorBlocking; caps score to Blocked band
texture.unsupported_container_or_encoding_for_targetwarningDegrades score incrementally
texture.exceeds_target_budgetwarningDegrades score incrementally
texture.colorspace_mismatchwarningDegrades score incrementally
texture.no_mips_for_large_texturesadvisory (target-dependent warning)Mild degradation
texture.npot_or_alignment_riskadvisoryMild degradation

This keeps catastrophic texture failures blocking, while optimization/performance concerns reduce score proportionally.