Unity Timeline playback

Hi @JonathanForder2 , great to hear from you again!

Sorry to hear you are having trouble with the timeline playback.

Can you provide a few more details to help us narrow down what could be causing the problem:

  • How are you encoding the videos? Are you exporting videos from Depthkit, or using FFMpeg to encode from image sequences, or another way? Let us know the encoding settings if you are using something other than Depthkit.
  • If you just play the video back as a 2D texture applied to a Material on a quad, do you see the same issue? This will help understand if its an interaction with Depthkit playing or a result of the video timeline playback independently.

It may also be worth trying AVPro 2’s timeline system instead of Unity’s Video Player. You can see how we set that up here:

There is a also a little further discussion here on how to set it up