u- Video

u-1003000 Video Player
Adding a video to an Unity scene is a fairly straight froward process and can be done with no coding. However if you wish to pause and restart a video you will have to use C coding.

    - YouTube video
Steps to Add Video to Unity screen
-add video player and mp4 video fb

Quick Summary
-create render texture in project are
  – same size as video
-add video clip and render texture to player
-create UI raw image
– scale to desired size
select raw image by check mark
  – add the new render material to raw image
  – UNhcheck Video Player – unselect
See details of FB Post

—————————–
Video Start/Pause