0

Can anyone please recommend me an SDK to start with VR(from the list of Cardboard SDK,Daydream,Unity SDK and Oculus)keeping in mind that I'm fairly good at Java only and have developed apps using Android Studio. Any reference links would also help much.Thanks.

onexf
  • 3,674
  • 3
  • 22
  • 36

2 Answers2

2

For Unity, Google Cardboard is best for now.

Google Cardboard Introduction

Unity Cardboard SDK and Samples

Another Tutorial

I'm fairly good at Java only and have developed apps using Android Studio

You have to learn C#, Unity API. Its similar to Java but you still need to learn it.

Programmer
  • 121,791
  • 22
  • 236
  • 328
2

jMonkeyEngine is another option. It's a game engine completely written in Java. It has a cardboard integration (of my own creation) with examples here: https://github.com/neph1/jme-cardboard . Updating answer now that cardboard is a bit outdated: There is now a GoogleVR integration in progress as well. It resides here: https://github.com/nordfalk/gvr-android-jme

reden
  • 968
  • 7
  • 14