Android Cardboard:Unity或Android

时间:2015-09-14 15:16:58

标签: unity3d google-cardboard virtual-reality

我是Android VR中的全新产品,我想征求您的意见。所以我刚刚接到这个链接:https://developers.google.com/cardboard/android/ 因为我想开始开发Android VR。我的问题是:我应该使用和学习Android SDK,还是应该使用Unity来开发Android VR? 选择一个而不是另一个有什么优点和缺点?

是否有任何限制,我可以对这个限制做什么,但是对另一个有什么限制?

我期待着您的体验!

2 个答案:

答案 0 :(得分:1)

It depends on what you want to achieve. I developed applications with both plattforms.

The android sdk is poor when you want to develop a real 3D-application.

Unity:

  • Enables complex 3D-animations and physics

  • Easy import of your own 3D-content

  • Enables porting for other plattforms (iOS, windows app)

Android SDK:

  • May be better if VR is just a small part of your application.

答案 1 :(得分:0)

如果你想要出色的3D性能和轻松的3D场景构建,我建议选择Unity,我发现它很容易使用,从#34; DemoScene"发表于git:

https://github.com/googlesamples/cardboard-java/

我没有选择使用Android SDK,因为我发现它涉及OpenGL编程,这对我来说似乎要困难得多。 除此之外,我不知道你的应用程序的性质,所以很难知道Unity中的编程对你来说有多好。