- 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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user