Remembering Scene View settings

Is there a way to remember Scene view settings? I want to use the view tool to get a specific view of my game in Scene view, then return to that view later. Is there something like a “scene view transform” to make note of or record these settings?

Thanks,

Brian

Set your camera where you want it.
Create an Empty GameObject.
Hit Shift-Control-F to align this Empty GO with Scene Camera.
Name GO something useful like “Camera Setting 1”
Next time you want this Camera setting select this GO and choose “GameObject/Align View to Selected”.

Ethan

Thanks. That works great. Still, it seems like the scene transform should be available somewhere, like in code…