Hello, I feel completely bonkers right now because I swear I knew how to do this easily before, but I'm now struggling to find an option within the ActionList Editor to set a video player to play a clip and loop it. I'm not finding it in the Play Movie Clip node, as you can see in my attached image... where is it? Thank you!
https://drive.google.com/file/d/1-YtP4W4eOleuWhgtrTFxRgyFG_J3EVv5/view?usp=sharing
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Video looping behaviour is a property of the Video Player component itself - not the Action that calls it.
Ah, thank you so much- resolved.
For those who do stumble upon this, creating a 'Object: Call Event' node and finding VideoPlayer.IsLooping under the bools list works. You'll need one before each clip to ensure the setting changes correctly for each one.