Building a basic object

Hello,
I just downloaded Unity, I need an airplane model. I don’t need to build a game, I don’t want the model to fly, I just want the 3D rotating plane doing this by moving my finger in the model. My question, is Unity the right tool for this? or is too much? Where can I get a step-by-step tutorial to help me to build my model?
Anyone to help me?
Cheers.

1 Answer

1

Unity is a game engine, not a 3D model editor. You can download Blender, which’s a free 3D editor, and watch some Blender tutorials in order to make your model. Once ready, import it to Unity and you will be able to do other nice things like moving or dragging it with some simple scripts.

Thanks Aldonatello. I will go there...