Cut Video(raw image) in-game? (enable canvas in-game)
Hi, i would like to put a video to my game when playerontrigger. With audio it works, but i cant make it with a video too. So i want: player is enter area. and appear a canvas/RawImage with movieTexture for 2 second. I have a VideoPlayer script on Raw image, i can play it directly, but i cant connect with ontrigger. (appear when player in a position)
My imagination is when Player enter to area ->Canvas object enabled, and communicate with VideoPlayer script to give a command for a function to play it. The main problem is i can't activate/Deactivate canvas when player enter mesh, because it enabled full screen premanently. I cant use SetActive runtime.... Any tip? Thanks :)
Your answer
Follow this Question
Related Questions
Avoid preparation VideoPlayer 1 Answer
Play video in reverse? 0 Answers
How to play a video inside a canvas with world space in unity3d 0 Answers
I can't upload some quind of movies 0 Answers
How does MovieTexture work? 0 Answers