浏览代码

change location of pyrception menu

/pyrception-integration
leopoldo-zugasti 3 年前
当前提交
ba5d4c74
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Editor/Pyrception/PyrceptionInstaller.cs

4
com.unity.perception/Editor/Pyrception/PyrceptionInstaller.cs


public class PyrceptionInstaller : EditorWindow
{
[MenuItem("Window/General/Pyrception/Run")]
[MenuItem("Window/Pyrception/Run")]
static void RunPyrception()
{
string path = Application.dataPath.Replace("/Assets", "");

if (ExitCode != 0) return;
}
[MenuItem("Window/General/Pyrception/Setup")]
[MenuItem("Window/Pyrception/Setup")]
static void SetupPyrception()
{
int steps = 3;

正在加载...
取消
保存