- Home /
How to stop a video using the OCULUS script MoviePlayerSample.CS.
Hi guys, I've a project in Android with VR Support, and I've a video streaming on a mesh, thanks to the Movie Player Sample script by OCULUS. I'm able to start that video simply enabling the object from the "inactive" status, but the problem is that I have no idea how to stop that video, since even I destroy the same object, the thread still continue to run.
What I want to do in my project, is very simple. Start a video when I enable the object (done), stop the video/thread when I disable the object.
Thank you, Marco
Comment