Reputation: 1283
I am interested in building virtual reality applications and I am at beginner level.
I imported a FBX file of Airplane and imported it in Unity, Upon linking the animation in Unity and building it onto my Mobile, I see a 2D version of the model. How should I convert it into virtual reality application.
Below is a snalshot of the file. The aiation is also fairly simple, one plane takes off and flies for sometime before landing.
Below is a snapshot of the Game Console
So inshort the question is how do I convert this into a 3D mode so that I can use it as a virtual reality Application.
Thank you
Upvotes: 0
Views: 609
Reputation: 433
That is 3D mode.
Making a VR application isn't done at the push of a button
Start here: Read about VR in unity
It seems like you are a new Unity user. If so do this first:
Depending on what you want to do in your application you should look into the Unity Documentation and read about:
If you at some point feel you don't understand these links, you may need to take another step back and start off by checking out the official tutorials
Upvotes: 1
Reputation: 11916
Just save your .blend file in the Unity's Assets folder.
Look at the documentation for more informations
Upvotes: 0