🎮 Game

A small utility library for s&box that standardizes unit handling. It adds inches↔meters conversion helpers, Vector3 extensions, and convenience getters/setters to work with GameObject positions in meters, plus a MetersAttribute marker for fields and properties.

🔧 Editor

Editor add-on that shows transform and length properties in meters while the data stays stored in inches. It wraps SerializedProperty reads and writes with inch-to-meter conversion, renders float and Vector3 controls labeled in meters, and injects a read-only metric row into Transform editors via reflection.