unity3d-jp / StreamingImageSequence

A package for playing sequential image sequences in Unity Timeline
Other
282 stars 39 forks source link

Change image from the sequence on runtime #404

Closed EricBatlle closed 2 years ago

EricBatlle commented 2 years ago

Hi, it is posible to change the images on the timeline-linked directory (sub-streamingassets) without the need of open again UnityEditor and re-made the entire playable director component? Maybe maintaining the same file names? I'm trying but seems like the track erases himself when detects no images on the folder :(

I'm using Unity 2019.4.13f1 with Timeline Version 1.4.8

Thanks!

sindharta commented 2 years ago

When the Editor is open, the track will detect any changes in the image folder in order to refresh, but it should not erase itself.

Can you elaborate more about how you are changing the images, and what you are trying to do ? Showing a video would be helpful.

sindharta-tanuwijaya commented 2 years ago

Closing due to non-activity. Feel free to reopen when applicable