When creating a new project, you can specify whether to start the Unity Editor in 2D mode or 3D mode. However, you also have the option of switching the editor between 2D Mode and 3D Mode at any time. You can read more about the difference between 2D and 3D projects here. This page provides information about how to switch modes, and what exactly changes within the editor when you do.
Switching Between 3D and 2D Modes
To change modes between 2D or 3D mode:
Bring up to the Editor Settings Inspector, via the Edit>Project Settings>Editor menu.
Then set Default Behavior Mode to either 2D or 3D.
You can find out more about the Editor Settings Inspector on the Editor Settings page.
2D vs 3D Mode Settings
2D or 3D mode determines some settings for the Unity Editor. These are listed below.
In 2D Project Mode:
Any images you import are assumed to be 2D images (SpritesA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info See in Glossary) and set to Sprite mode.
The Sprite PackerA facility that packs graphics from several sprite textures tightly together within a single texture known as an atlas. Unity provides a Sprite Packer utility to automate the process of generating atlases from the individual sprite textures. More info See in Glossary is enabled.
The Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info See in Glossary is set to 2D.
The default game objects do not have real time, directional light.
The cameraA component which creates an image of a particular viewpoint in your scene. The output is either drawn to the screen or captured as a texture. More info See in Glossary’s default position is at 0,0,–10. (It is 0,1,–10 in 3D Mode.)
The camera is set to be Orthographic. (In 3D Mode it is Perspective.)
In the Lighting Window:
SkyboxA special type of Material used to represent skies. Usually six-sided. More info See in Glossary is disabled for new scenesA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info See in Glossary.
Ambient Source is set to Color. (With the color set as a dark grey: RGB: 54, 58, 66.)
Precomputed Realtime GI is set to off.
Baked GI is set to off.
Auto-Building set to off.
In 3D Project Mode:
Any images you import are NOT assumed to be 2D images (Sprites).
The Sprite Packer is disabled.
The Scene View is set to 3D.
The default game objects have real time, directional light.
The camera’s default position is at 0,1,–10. (It is 0,0,–10. in 2D Mode.)
The camera is set to be Perspective. (In 2D Mode it is Orthographic.)
In the Lighting Window:
Skybox is the built-in default Skybox Material.
Ambient Source is set to Skybox.
Precomputed Realtime GI is set to on.
Baked GI is set to on.
Auto-Building is set to on.
Did you find this page useful? Please give it a rating:
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!