Skip to content

Commit 8a50827

Browse files
authored
change: set the number of images to preload periodically in play mode back to 2 (#466)
1 parent f5264a2 commit 8a50827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Scripts/Features/SIS/StreamingImageSequencePlayableMixer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public override void ProcessFrame(Playable playable, FrameData info, object play
9696

9797
//Start to preload images before the clip is active
9898
if ( directorTime>= startTime - loadStartOffsetTime && directorTime < endTime) {
99-
sisAsset.ContinuePreloadingImages(numNeighboringImagesToLoad:1);
99+
sisAsset.ContinuePreloadingImages(numNeighboringImagesToLoad:2);
100100
}
101101

102102
}

0 commit comments

Comments
 (0)