This commit is contained in:
parent
260a04d25c
commit
097f748cfa
|
|
@ -13,7 +13,7 @@ public class MessageManager : MonoBehaviour
|
|||
|
||||
async void Start()
|
||||
{
|
||||
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||
await Task.Delay(TimeSpan.FromSeconds(1.5f));
|
||||
if (MotionEngine.GetModule<AnimationProcessManager>().GetProcessMode() == ProcessMode.Teaching || MotionEngine.GetModule<AnimationProcessManager>().GetProcessMode() == ProcessMode.Assessment)
|
||||
{
|
||||
this.gameObject.SetActive(false);
|
||||
|
|
|
|||
|
|
@ -530,7 +530,7 @@ namespace DefaultNamespace.ProcessMode
|
|||
public async void InitializeFirstStep()
|
||||
{
|
||||
|
||||
await Task.Delay(TimeSpan.FromSeconds(2));
|
||||
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||
|
||||
_currentMode = MotionEngine.GetModule<DataConfigManager>().GetProcessMode();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue