浏览代码

Removed a line that should not have been in there

/main
Steve Borkman 4 年前
当前提交
0f0adab1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs

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


Debug.Log($"Chose path: {path}");
PlayerPrefs.SetString(SimulationState.userBaseDirectoryKey, path);
PlayerPrefs.SetString(SimulationState.latestOutputDirectoryKey, path);
perceptionCamera.baseDirectory = path;
}
}
if (GUILayout.Button("Show Folder"))

正在加载...
取消
保存