Is there any way to make the camera in the editor orthogonal? It would help tremendously in the layout/alignment in a 2D project I’m working on.
Well actually you can have isometric camera for such purposes, however it only works with the objects who are supposed to be placed according either of X,Y or Z directions.
Have you tried to click on Scene Gizmos? (you can find it in manual at Learning the Interface topic)
Right click on the scene gizmo (the axis display). Uncheck “Perspective” to get an orthogonal camera.
Sorry for the late reply, but thanks guys! Easier than I thought.