2 Commits
Author SHA1 Message Date
ckochandClaude Opus 4.8 8bbc1cfac8 Correct Burglin' Gnomes diagnosis: camera is ORTHOGRAPHIC
fieldOfView is meaningless here (reads 60 at every resolution because nothing
uses it). The governing value is orthographicSize. Diagnostic now reports
orthoSize plus computed visible width/height, and checks Cinemachine lens
ortho size too.

Also confirmed the HUD cause: CanvasScaler match=0.453 (width-biased) with a
1920x1080 reference, which balloons the HUD at 5120px wide. Added a live
fix-test script to try match=1 and an orthoSize override in-game.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 15:31:05 -04:00
ckochandClaude Opus 4.8 e21c6c3c44 Add UnityExplorer camera/UI diagnostic script
Reflection-based so it compiles across Cinemachine versions. Dumps cameras,
Cinemachine lens FOV, and CanvasScaler settings to identify what drives FOV
and what breaks the HUD at ultrawide.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 15:06:02 -04:00