浏览代码

Try restarting browser instead of killing process in mac

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

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


EditorUtility.ClearProgressBar();
}
#if UNITY_EDITOR_WIN
private static bool RestartBrowser()
{
currentProcessId = PlayerPrefs.HasKey("currentProcessId") ? PlayerPrefs.GetInt("currentProcessId") : -1;

return false;
}
#elif UNITY_EDITOR_OSX
#if UNITY_EDITOR_OSX
private static void KillProcess()
{

正在加载...
取消
保存