Related Unity 4.3

Hii… Friends

Now we have unity 4.3 with 2d so our pleasure to got that… my question is that can we switch from 2d to 3d or 3d to 2d in Run time ?

Technically you can if you program your game that way, but that has always been the case. The new 2d features are just tools and features that aid in making a 2d game, it is not a game “mode”. There is nothing in game that specifies that it is 2d or 3d, it is just how you build it.

Right, there is nothing to “switch” from or to. The only “2D mode” that exists is the button in the scene view, which is merely for editing convenience and has nothing to do with how the game works.

–Eric

You can switch from 2D to 3D by changing your camera from orthorgraphic to perspective.