googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

How to further augment the capabiltites of the VR View #290

Closed s1mar closed 7 years ago

s1mar commented 7 years ago

Hello, Is it possible to add hot-spots or transition markers in a VR view to change it's texture or background image. Currently,I'm trying to create this custom functionality in unity but it's getting pretty cumbersome,If such a feature already exists in this sdk then I'll be able to make my app in the android studio quite swiftly!!

nathanmartz commented 7 years ago

We don't support hotspots in the native VR view but the web version supports exactly what you want.

MahmoudYaser1 commented 6 years ago

is there any change on this topic ..

jdduke commented 6 years ago

No change at the moment, and no concrete plans to support this for the native VR views.

sigmaxipi commented 6 years ago

Also consider the new Video360 sample if you want to create a panorama viewer with more functionality. See https://developers.google.com/vr/android/samples/video360 for more details.