3D Rendering

Hello All,

I’m making my first 3D game using Unity. Which software should I use to render my images to 3D for unity. Do I need to first make the images in 2D then the software makes it 3D. Please help.

Are you talking 3D as in Stereoscopic 3D Effects, or 3D as in 3D models and games?

For the latter, you’ll need to learn to use something like Blender to create the 3D models. To my knowledge, there is no magic bullet for taking drawn images and creating a 3D model from them automagically.

For the former, you’ll need to decide what method of 3D you’re targeting (anaglyphic, cross/wall-eyed, nice 3D monitors/tvs) and develop your game accordingly, you’ll need 2 cameras setup in-game for any of those methods.