Hi!
I’m trying to make a isometric game in the 3D engine and im running into the issue that I can’t set my scene view to the exact angle my camera will be looking at the scene from during gameplay.
I checked the documentation and found nothing on this.
Is there a place I can type the scene view angle into?
Eyeing the angle sometimes does not work since the scene view tends to snap to angles I don’t want when moved with the mouse.
Still a beginner sorry if I missed an easy answer.
Right click your game camera in the hierarchy
Select “Align View To Selected”
thank you