Skip to content

Instantly share code, notes, and snippets.

@onionmk2
Last active February 5, 2017 13:15
Show Gist options
  • Select an option

  • Save onionmk2/bd78bf653f2f0f78b9fffc265d0a053e to your computer and use it in GitHub Desktop.

Select an option

Save onionmk2/bd78bf653f2f0f78b9fffc265d0a053e to your computer and use it in GitHub Desktop.
unityのカメラのサイズとは

カメラには、sizeという項目があるが、何のサイズなのかわからなかったので調べた。 camerasize

サイズ いず 何?

orthographic モードの場合、カメラの半分のサイズ。 これは垂直サイズの視野量の半分です。 水平のサイズはビューポートのアスペクト比に応じて変化します。 https://docs.unity3d.com/ja/current/ScriptReference/Camera-orthographicSize.html

ビューポートとは?

http://answers.unity3d.com/questions/168156/screen-vs-viewport-what-is-the-difference.html http://tsubakit1.hateblo.jp/entry/2014/07/22/010739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment