0

Can someone guide me to create a VR photo viewer in Unity using the Google VR (GVR) sdk. Thanks

M. Ahsan
  • 31
  • 1
  • 6

1 Answers1

4

Steps in Unity:

  1. Add a new Sphere GameObject.
  2. In your assets Create new Material-> change its albedo texture with your 360 photo.
  3. Grab the Material and apply it to your Sphere.
  4. Position the main Camera/Player inside the Sphere .

Voila

Hristo
  • 1,805
  • 12
  • 21