Skip to content

Commit 4fcb091

Browse files
committed
fix test error
1 parent dee6e5a commit 4fcb091

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Threading.Tasks;
43
using UnityEditor.Perception.Visualizer;
54
using UnityEditorInternal;
65
using UnityEngine;

com.unity.perception/Editor/Visualizer/VisualizerInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ static async Task CheckForUpdates()
736736
"Install",
737737
"Cancel"))
738738
{
739-
SetupVisualizer();
739+
await SetupVisualizer();
740740
}
741741
}
742742
else

0 commit comments

Comments
 (0)