How to create Isometric view in Unity
Notes:
How to create Isometric view (2.5D view) in Unity:
Isometric view: pseudo 3D view / 2.5D view / 3 quarter view
-- is meant to show more than one sides of the object at a time with no depth
-- 2D projection of 3D environment
Camera setup for isometric view:
1. Design the scene according to the requirement
2. Rotate the camera (30,-45, 0)
3. Projection: Orthographic
4. Adjust the camera position
Summary:
For 2D / Orthographic view : Create Unity 2D Project
For 3D / Perspective view: Create Unity 3D Project
For 2.5D / Isometric view: Create Unity 3D Project & adjust the camera