Video Playback with Image Tracking
Learn to play videos on static images in AR using image tracking with AR Foundation.
We will explore how to play a video upon image (or 
Scene setup
Given below are the steps to set up a quick scene:
- Duplicate the “ARImageTracking” scene from the previous lesson and rename it to “ARVideoPlayback.” 
- Clean up the “Hierarchy” window by removing the - Lean Touchcomponent.
These steps will provide us with the necessary GameObjects in the scene to start with.
AR Tracked Image Manager configuration
Given below are the steps to configure ...