如何在 Unity 中创建 VR 360 照片查看器

How to create a VR 360 photo viewer in Unity

谁能指导我使用 Google VR (GVR) SDK 在 Unity 中创建 VR 照片查看器。谢谢

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 .