デフォルトのカメラサイズ変更

This commit is contained in:
kimura 2021-11-05 13:25:48 +09:00
parent 4b4a1490c8
commit 6ae1b29e0b
4 changed files with 4 additions and 4 deletions

View File

@ -1977,7 +1977,7 @@ Camera:
far clip plane: 1000
field of view: 60
orthographic: 1
orthographic size: 11.04
orthographic size: 12.5
m_Depth: -1
m_CullingMask:
serializedVersion: 2

View File

@ -4318,7 +4318,7 @@ Camera:
far clip plane: 1000
field of view: 60
orthographic: 1
orthographic size: 11.04
orthographic size: 12.5
m_Depth: -1
m_CullingMask:
serializedVersion: 2

View File

@ -240,7 +240,7 @@ Camera:
far clip plane: 1000
field of view: 60
orthographic: 1
orthographic size: 11.04
orthographic size: 12.5
m_Depth: -1
m_CullingMask:
serializedVersion: 2

View File

@ -8,7 +8,7 @@ namespace MyGame.Scripts
[RequireComponent(typeof(Camera))]
public class CameraSizeChanger : MonoBehaviour
{
private float originalAspect = 1334f / 750;
private float originalAspect = 1334f / 750; // 1.7786
private void Start()
{