浏览代码

fix test error

/pyrception-integration
Mohsen Kamalzadeh 3 年前
当前提交
6de04d64
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1
      com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs
  2. 2
      com.unity.perception/Editor/Visualizer/VisualizerInstaller.cs

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


using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using UnityEditor.Perception.Visualizer;
using UnityEditorInternal;
using UnityEngine;

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


"Install",
"Cancel"))
{
SetupVisualizer();
await SetupVisualizer();
}
}
else

正在加载...
取消
保存