Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-02-27 16:17:26 +08:00
commit 2c5cd132bb

View File

@ -109,6 +109,10 @@ public class TimeLineAction : IAction
{
curSpeed = 1;
}
if (!play.playableGraph.IsValid())
{
play.RebuildGraph();
}
play.playableGraph.GetRootPlayable(0).SetSpeed(curSpeed);
play.Play();