浏览代码

Removed test error preventing Unity from playing (#233)

/main
GitHub 4 年前
当前提交
b6c94be7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      com.unity.perception/Tests/Editor/UIElementsEditorUtilitiesTests.cs

2
com.unity.perception/Tests/Editor/UIElementsEditorUtilitiesTests.cs


using UnityEngine;
using Object = UnityEngine.Object;
// Disable value is never assigned to warning
#pragma warning disable 649
public class UIElementsEditorUtilitiesTests
{
//ScriptableObject so we can use ScriptableObject.CreateInstance()

正在加载...
取消
保存