ADDING VIDEOS
Video type components allow you to have a video playing inside the virtual experience. They are a great way to inform user on any marketing content, showcase products or their story. You can read more about video elements here.
Please note that only videos of mp4 format are supported at the moment.
Steps
- Import any mp4 video inside the unreal engine project. Unreal Engine provided documentation to get you started.
- Create a cube or a plane actor; This will be your ‘screen’.
- Attach a
QuickStitchInteractableComponent
to the screen actor. - Set the
Type
of theQuickStitchInteractableComponent
to ‘Video’. - Drag and drop the video you uploaded to the
Media Source
property that appeared inQuickStitchInteractableComponent
. - The URL field should be populated in a brief moment - that indicates that the video has been succesfully uploaded. Copy and Paste the URL field into your browser - if the upload was successful, that should start the download process of the same video in your browser.
Wrapping up
Congratulations! The next time you update the experience, it should automatically show up inside the live preview.