From 37349dc4a1c2ce547427036b01a5c3b2983fd99f Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Wed, 26 Feb 2025 16:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Draw/Scripts/ScreenShotPainter.cs | 4 ---- Assets/Scripts/UI/UIBody3DMenuTree.cs | 1 - 2 files changed, 5 deletions(-) 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