浏览代码

remove || true on top of visualizerinstaller.cs

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

6
com.unity.perception/Editor/Visualizer/PythonForUnityInstaller.cs


#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX || true
#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
using System;
using UnityEditor;
using UnityEditor.PackageManager.Requests;

namespace UnityEditor.Perception.Visualizer
{
#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
#endif
#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
#endif
internal static void Add()
{

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


#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX || true
#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
using System;
using System.Collections.Generic;
using System.Diagnostics;

正在加载...
取消
保存