Does the VR game made with Samsung Gear VR work with all the VR tools availables in market like Google card board, Htc vive, Occulus Rift etc... ?

Hi, I want to make a game in Virtual Reality using Samsung Gear VR. Does it supports all the vr tools like Google Card Board, HTC Vive, Occulus Rift etc…

Short Answer: You can’t simply build the exact same game for all four systems.

Long Answer: While the games may have mostly the same mechanics, the tools will sometimes change. Google Cardboard for instance requires a special cardboard camera object. The Vive and Oculus both have motion controllers, though only the Vive ships with them in all kits, the Oculus Rift ships with the Xbox controller by default. So as long as you’re willing to slightly retool your application, it’s not hard at all to build to all those platforms, but keep in mind, since the Cardboard is designed to only work with one button, your interface will be pretty much limited to gaze and point style interaction. Most people with a Vive or Oculus are looking for a more engaging experience and will be less likely to purchase a game that only uses one button.

Thankfully Unity supports all of these platforms and a game made using Unity can be made to support all of these platforms fairly easily.