Hello,
i am developing an office space demo, to integrate VR into my workplace. I am having a hard time getting the video player inside my scene to toggle on/off while inside the scene. I would like to have a grabable object that i can use to toggle the video player, or even a button on the screen inside the scene. Any help would be greatly appreciated!
Can you provide any screenshots? That would help alot.
Anyway, I’ve done some research, and by looking at the Docs(Unity - Scripting API: VideoPlayer)
You could probably make a button that, when pressed, sets the video player’s playback speed to 0, effectively pausing it.
There might be a better way but this is the easiest solution I could find. Hope this helps.