浏览代码

space ?fix? on mac

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

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


#if UNITY_EDITOR_WIN
path = path.Replace("/", "\\");
pathToData = pathToData.Replace("/", "\\");
#elif (UNITY_EDITOR_OSX || UNITY_EDITOR_LINUX)
path = path.Replace(" ", "\\ ");
pathToData = pathToData.Replace(" ", "\\ ");
#endif
string command = "";

正在加载...
取消
保存