Unity 3D Project Vs. Unity 2D Project
Notes:
Unity 3D Project Vs. Unity 2D Project :
3D Project Mode:
a) Edit Menu - Project Settings - Editor - Default behavior mode is set to 3D
b) The Scene View (Scene editor) is set to 3D
d) Main camera’s default position is at 0, 1, –10
d) Main camera's projection property is set to Perspective.
e) Any image that we bring in to the project is treated as a Texture (Default)
f) Directional light is available
g) Skybox is visible
2D Project Mode:
a) Edit Menu - Project Settings - Editor - Default behavior mode is set to 2D
b) The Scene View (Scene editor) is set to 2D
c) Main camera’s default position is at 0, 0, -10
d) Main camera's projection property is set to Orthographic.
e) Any image that we bring in to the project is treated as Sprite (2D and UI)
f) Direction light is not available
g) Skybox is not visible