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