Can someone guide me to create a VR photo viewer in Unity using the Google VR (GVR) sdk. Thanks
Steps in Unity:
- Add a new
Sphere
GameObject
.- In your assets Create new
Material
-> change itsalbedo
texture with your 360 photo.- Grab the
Material
and apply it to yourSphere
.- Position the main
Camera
/Player
inside theSphere
.
Voila