Hello, I am wondering if there is a way to get a looped video in the video player (working on an FMV game, for context) to do a dissolve effect when it ends, so that it dissolves into its beginning again.
Thank you!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You might be able to achieve this using Timeline, as Unity provides a VideoTrack track type that supports blending - found here:
https://docs.unity3d.com/Packages/com.unity.timeline@1.5/manual/smpl_custom_video.html
You could feasibly rely on a pair of Video Player components, that crossfade over each other at the ends - to make it appear as one is looping with a dissolve.
We created looping videos in the actual editing software by creating a crossfade into the beginning/end of it, then just looped that video in AC.