Can someone guide me to create a VR photo viewer in Unity using the Google VR (GVR) sdk. Thanks
Asked
Active
Viewed 5,634 times
0
-
Changes made... – M. Ahsan Apr 01 '17 at 18:44
1 Answers
4
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

Hristo
- 1,805
- 12
- 21