Does unity free support simultaneos scenes or cameras?

Hello folks,

We would like to have a main scene with the exterior of a building and show a smaller overlay with the interior (two cameras or two different scenes)
The site states that RTT is not supported on basic version… what about this scenario?

Thanks and sorry about the newbie question, we would like to know about that before investing too much time on it.

-Geovani

Unity (independent if pro or not) does only run a scene at at time.
But you can load in additional scenes through the loadleveladditive function of Application.

As for your cameras: check out the normalized view port rect of the camera. thats basically your primary / only option without pro and render textures