level design question

hi i am new to the unity engine and am looking at doing a game

my background is heavily programmer c/c++ c# , i will also be working with an artist who will be designing the aesthetics to characters and architecture and objects, walk cycles, etc in the game

anyway what i have in mind is a game which has certain parts of it in different views , such as certain parts of the game to be in 2d top down view

and even 3d view form the actors eye

and certain parts to be third person view from top looking down at the whole level

of course they will not be running simultaneously , but for certain acts of the game running individually

is this possible to be created? and incorporated?

thanks for your replies and inputs in advance

Hi - you have complete control over the camera, and you can even have multiple cameras. So yes, you can do this, and even do it simultaneously if you want. You can have a first person view and switch to 3rd person over the shoulder, or even a top down camera that is of the whole level.