Start a new topic

Unity Video Drawable ?

Unity Video Drawable ?


Hi,

How do i integrate wikitude in such a manner that whenever i scan target image then a video plays?

Thank you.

Hi,

You can use a Movie Texture from Unity to play a video. To trigger it based on image recognition, simply subscribe to the OnEnterFieldOfVision event in TrackableBehaviour and play the video when it is called.You also get the name of the target that was recognized as a parameter. For additional information, please see the documention.

Best regards,
Alexandru
Login or Signup to post a comment