This commit is contained in:
2026-07-26 03:44:27 +08:00
parent 86351dbd2a
commit add675e45d
223 changed files with 1960 additions and 10735 deletions
@@ -29,12 +29,12 @@ public sealed class CameraResolutionTuner : MonoBehaviour
[Header("21:9 时相机本体(Main Camera)的目标 local 位姿(最大偏移)")]
[Tooltip("21:9 时相机本体的目标 local Z 高度。用户指定 2.5(相机自身 z=2.5)。")]
public float targetCameraY = 0f;
public float targetCameraY = -2.13f;
public float targetCameraZ = 2.5f;
public float targetCameraZ = 3.6f;
[Tooltip("21:9 时相机本体的目标 local X 旋转角度。用户指定 5(相机自身 X=5°)。")]
public float targetCameraRotX = 5f;
public float targetCameraRotX = -10f;
private float _lastAspect = -1f;
private bool _lastEnabled;