Replies: 1 comment 2 replies
-
Where would these be rendered? Audio makes sense to not require something to display on, but how would a video be drawn? To accomplish this you can just add a custom method to your node where you want to play it, and have this method just take a video stream resource and play it when this method is called, and then add a method call track to the animation, or even add a property to the node and have the setter play the video, then you can just use a property track |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now you can play audio clips with an AnimationPlayer node by adding a track and selecting "Audio Playback Track...", then dragging in audio clips which you can just move or shorten.
It would be nice if you could do the same with video clips, so you could play certain clips from a video file at certain times
Beta Was this translation helpful? Give feedback.
All reactions