Use 2D Unity native scene in unity 3D project with Unity 4.3?

Hello,

I’m new with Unity.
I would like to make a 3D menu and create a 2D game with the native framework. (Unity 4.3)

Is it possible?

Thanks.

Just use both.

In Unity, 2D and 3D are basically the same; there’s no either/or. Sprites, for example, are really 3D objects that exist in 3D space.

–Eric