I am using Unity version 2022.3.16f With the Vuforia package, I need to integrate a video on a real image within the scope of Augmented Reality. For this, I create a plane on the image target in Hierarchy and assign a video to the inspector window. However, when I test, the video does not move on the plane, only a white image appears. Briefly, how can I integrate video on image target. can you explain in detail?
- Tried older versions (unity 2020,2021)
- I tried playing video by assigning render texture or quad instead of plane.
- I tried to do it using different videos. I am also sure that it is MP4 extension.
Your video might not be playing because there is no trigger to start it. If you see the Vuforia's Core Samples, there's an Image Target with a video playing when the image is detected. I would grab that GameObject with its children and replace the video in the Video Player component's Video Clip field. Their sample even has a play and pause controller script that you can use.
Otherwise, I would: