Skip to content

TextureVideoPlayer component

Ilya edited this page Feb 1, 2018 · 2 revisions

Description

  • This entity component used for playing video to texture

Inputs

  • IsAutoPlay - setup it to true and video start play when you game started
  • VideFileName - video file name without extension and folder (all videos should be in Videos folder)
  • OutputTextureName - output texture name. Need start from $. Example : $videotest
  • IsPreloaded - if set to true - before playing video will be download to memory
  • IsLooped - set it to true for looping video
  • IsCanPlayInEditor - set it to true for playing video in sandbox