Go to file
깃 관리자 5f7001a9a9 fix(BT12-Dev): A11 정령불 OffsetDistance 적용 (PD 지시 2026-05-14)
PD 보고: "정령불은 피격 범위의 offset distance가 적용되지 않고 있어"

원인: SpiritFireInstance.Update center = Player.position 그대로·
박스 시각 dbg.localPosition = zero. OffsetDistance 적용 누락.

정정 (A05·Laser 동일 패턴·signX + Vector2):
1. SpiritFireSpawner.Trigger 영역 facing sign + OffsetDistance Vector2
   offset 계산 → Init 인자로 전달 (Init signature 확장).
2. SpiritFireInstance._offset 신규 필드.
3. 박스 시각 localPosition = (_offset.x / lpx, _offset.y / lpy)
   (Player.lossyScale 보정).
4. 판정 center = Player.position + _offset (Update 매 frame).

검증 (Play 모드):
- test OffsetDistance (0, 1.5) 적용
- 박스 worldPos Δ from Player = (0, 1.50) ✓
- localPosition (0, 0.88) — Player.lossyScale.y=1.7 보정 정합

PD Inspector 실측: OffsetDistance=(0, 2)·HitboxSize=(3.4, 1.0)
정합 적용.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 23:28:13 +09:00
Assets fix(BT12-Dev): A11 정령불 OffsetDistance 적용 (PD 지시 2026-05-14) 2026-05-14 23:28:13 +09:00
Packages auto: 2026-05-12 22:57 · scene: Lobby · 6 files 2026-05-12 22:57:08 +09:00
ProjectSettings fix(BT12-Dev): ParticleGroupView InputSystem 전환·activeInputHandler revert (PD 지시 2026-05-13) 2026-05-13 22:11:56 +09:00
.gitignore initial: Unity 6000.3.13f1 LTS 2D PlatformerMicrogame 템플릿 + GitAutoSync Editor 스크립트 2026-04-23 00:58:44 +09:00
EerieVillage.slnx BT7-Plan Phase 1: VS 순수형 자동 발동 + 하트 분할 시스템 2026-04-24 16:22:13 +09:00