How do i integrate wikitude in such a manner that whenever i scan target image then a video plays?
Thank you.
A
Alexandru Florea
said
about 7 years ago
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.
Abdul.wahab