Building 3D Virtual Reality Games With Unity3D

| Comments

All the big companies like Samsung, Sony and even Facebook are doing their best to build the ultimate Virtual Reality headset and make it standard.

Once they are in the market, we (indie game developers) need to be ready to build VR games so everyone can enjoy their fancy expensive devices.

So, in order to start playing with them, you could either pay 350$ dollars for a Oculus Rift developing kit, or you could get one of those cheap kits from Google or even build your own, and start building games in Unity3D.

We recently built a VR technical demo in Unity and it’s available on Play store. The purpose of this demo was built to test the performance of a Virtual Reality environment in Unity3D.

It uses the scene and models from the Tropical Paradise Unity demo,

But because this demo was built for Unity v3 and we use 4.6 we had to fix some parts of the code to make it compatible, also we replaced the water effect completely with a new one for the free version.

Also, it’s optimized for mobile platforms and we included some simple features to make it VR ready.

We noticed that the game runs great in PC, and OK (~30FPS) in a modern phone even with high resolution and good quality. The bottleneck is the number of details and shadows in the scene, or drawCalls in unity.

But you can try by your own by downloading the game into your phone.

If you have a question or want more details about our demo, please let us know in the comments.

Comments