diff --git a/Assets/Draw/Scripts/ScreenShotPainter.cs b/Assets/Draw/Scripts/ScreenShotPainter.cs index 11473809..4e7f297f 100644 --- a/Assets/Draw/Scripts/ScreenShotPainter.cs +++ b/Assets/Draw/Scripts/ScreenShotPainter.cs @@ -2,15 +2,11 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Net; -using System.Security.Cryptography; -using UnityEditor.Rendering; using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems; using UnityEngine.Rendering; using UnityEngine.UI; -using static UnityEditor.Progress; [RequireComponent(typeof(Camera))] public class ScreenShotPainter : MonoBehaviour diff --git a/Assets/Scripts/UI/UIBody3DMenuTree.cs b/Assets/Scripts/UI/UIBody3DMenuTree.cs index 505a0a87..97a5cb4e 100644 --- a/Assets/Scripts/UI/UIBody3DMenuTree.cs +++ b/Assets/Scripts/UI/UIBody3DMenuTree.cs @@ -3,7 +3,6 @@ using UnityEngine.UI; using XMLTool; using System.Collections.Generic; using TMPro; -using UnityEditor.Hardware; using DG.Tweening; namespace QFramework.Example