- CameraTimedSwitcher now supports single-loop camera switches.

- CameraTimedSwitcher now supports unique timings for each cut.
- CameraTimedSwitcher now executes callbacks correctly and consistently.
This commit is contained in:
2025-12-23 14:54:00 -05:00
parent 27abad7657
commit e035f26d8d
7 changed files with 558 additions and 224 deletions
@@ -77,10 +77,7 @@ public class MultiRoundVideoPlayer : UdonSharpBehaviour
public override void OnVideoReady()
{
foreach (UdonSharpBehaviour Object in _RoundCallbacks)
{
_ExecuteCurrentRoundCallback_Private("VideoIsReady");
}
_ExecuteCurrentRoundCallback_Private("VideoIsReady");
base.OnVideoReady();
}