# v0.1.431 — QA-122 긴급 fix (USS ApplyGlobalKeyword 예외 — 본 cap USS 일괄 revert)

- 버전: v0.1.431
- 날짜: 2026-05-26
- 다운로드: [factory00-windows-x64-v0.1.431.zip](../../downloads/factory00-windows-x64-v0.1.431.zip) (169 MB)
- 캡처: [qa-screenshots/v0.1.431/](../../qa-screenshots/v0.1.431/)

---

## 핵심 변경
협업자 PM(JP) QA-122 긴급 회기 보고:
- v0.1.425 정상 / v0.1.430 전체 UI 미렌더링
- root cause = USS StyleSheet 파싱 ApplyGlobalKeyword 예외 (Player.log L33~50)
- StylePropertyReader.GetValue index 범위 초과
### v0.1.431 긴급 fix path
본 cap (v0.1.426~430) USS 추가 영역 일괄 revert:
- `tokens.uss` `--axis-{x,y,z}-color` 3 토큰 제거
- `components.uss` `.axis-field` 절 (35라인) 제거
- `components.uss` `.axis-field-scrub__strip` rule 3 (v0.1.428) 제거
- `components.uss` `:focus` pseudo-class rule 2 그룹 (v0.1.424) 제거
### 코드 영역 보존
- AxisFieldElement.cs / AxisFieldScrubElement.cs / AxisKind.cs 코드 유지 (USS rule 부재 시 라벨 색상만 미적용 — Inspector Transform 동작 정상)
- 코드 검증 후 binary search로 root cause USS rule 식별 → 안전한 rule 점진 추가
### 사용자 검증 시나리오
1. v0.1.431 zip 다운로드 + 실행
2. 전체 UI 렌더링 확인 (상단 메뉴바 / SNB / Inspector / 상태 표시줄)
3. Inspector Transform XYZ 입력 — 라벨 색상 없으나 기능 정상 의무
4. PASS 시 → v0.1.432+ binary search
### 영향 파일
- Assets/UI/Theme/tokens.uss — `--axis-{x,y,z}-color` 토큰 제거
- Assets/UI/Theme/components.uss — axis-field + focus outline 일괄 제거
### 다음 큐
- 사용자 PC v0.1.431 검증 응답
- PASS 시 v0.1.432~ root cause binary search (focus rule? axis-field? var() token?)
- FAIL 시 USS 외 영역 root cause 추적 (코드 + UXML + ProjectSettings)
