Hey devs,
I’ve a VR scene setup up and within that space it has a media texture playing a movie. The movie play/pauses based on if the user is looking directly at the trigger box in front of the texture. All this works fine.
My issue is that I need to get the movie playing first and then pause. Just so the user sees the screen. I’ve tried:
- Event begin
- Play media texture
- Delay .2
4 Pause media texture
Didn’t work for me. Could someone be a legend and help me pause my media texture just as it begins?