can you make a 2d game go into the 3d space and back?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MrGrabble

Hi, I am making a 2d platforming game and would like a level of it to be in the 3d space, I was wondering if it was possible to go from the 2d space into the 3d space and how. I hope I explained that well enough. :slight_smile:

:bust_in_silhouette: Reply From: kidscancode

Yes, this is possible, you can use change_scene() from your 2D scene to your 3D one. There’s no restriction that a project use only one type of node.

See here for more information about changing scenes: