fix:修复bug

hebing
zc 2023-10-07 23:04:40 +08:00
parent afd7983467
commit b0b928715d
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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;

View File

@ -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