Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以指导我使用 Google VR (GVR) sdk 在 Unity 中创建 VR 照片查看器。谢谢
Unity中的步骤:
添加一个新的Sphere GameObject. 在您的资产中创建新的Material-> 使用您的 360 照片更改其albedo纹理。 抓住Material并将其应用到您的Sphere. 将 main Camera/定位Player在Sphere.
Sphere
GameObject
Material
albedo
Camera
Player
瞧