fix:修复bug
parent
afd7983467
commit
b0b928715d
|
@ -16,7 +16,7 @@ MonoBehaviour:
|
|||
deleteDllAfterBuilds: 1
|
||||
AutomateForAllAOTPlatforms: 1
|
||||
automateForPlatforms: 0900000014000000
|
||||
lastScan: 638323118997937766
|
||||
lastScan: 638323156763025926
|
||||
supportSerializedTypes:
|
||||
- TypeName: UnityEngine.Animator, UnityEngine.AnimationModule
|
||||
IsCustom: 0
|
||||
|
|
|
@ -66,10 +66,10 @@ namespace UnityTest.ZXL
|
|||
case 4:
|
||||
this.SetPlayDirector(playableDirectors[4], PlayTimelineMode.Play);
|
||||
break;
|
||||
case 5:
|
||||
// this.SetPlayDirector(playableDirectors[4], PlayTimelineMode.Play);
|
||||
// TODO: 打开总结面板
|
||||
break;
|
||||
// case 5:
|
||||
// // this.SetPlayDirector(playableDirectors[4], PlayTimelineMode.Play);
|
||||
// // TODO: 打开总结面板
|
||||
// break;
|
||||
default:
|
||||
EventManager.Instance.FireNow(this, new ProcessOverEventArgs(processType));
|
||||
break;
|
||||
|
|
|
@ -5,5 +5,5 @@ TimeManager:
|
|||
m_ObjectHideFlags: 0
|
||||
Fixed Timestep: 0.02
|
||||
Maximum Allowed Timestep: 0.33333334
|
||||
m_TimeScale: 2
|
||||
m_TimeScale: 1
|
||||
Maximum Particle Timestep: 0.03
|
||||
|
|
Loading…
Reference in New Issue