hi I want to use video in my app, I use this method
//Step 1: Add Video Clip to assets
//Step 2: Create “Render Texture” in assets (Create-Render Texture)
//Step 3: create “Video Player” in hierarchy (Video-Video Player)
//Step 4: Create “Raw Image” as a child to your canvas (UI - Raw Image)
//Step 5: Drag your Render Texture to the “texture” of your Raw Image
//Step 6: Drag your Video Clip to the “video clip” of the video player
//Step 7: Drag your Render Texture to the “target texture” of the Video Player
and when I run works fine , but when I build app for android and test it, video it’s not working, its mean to show me a black screen
Did you fix it?