From 822513a5dff92368ef8dfe5d12a3544b67bd747a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 14 二月 2025 02:55:12 +0800
Subject: [PATCH] 0312 还原
---
Assets/Editor/Tool/InGameDownTestWindow.cs | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/Assets/Editor/Tool/InGameDownTestWindow.cs b/Assets/Editor/Tool/InGameDownTestWindow.cs
index 52459fa..2816de1 100644
--- a/Assets/Editor/Tool/InGameDownTestWindow.cs
+++ b/Assets/Editor/Tool/InGameDownTestWindow.cs
@@ -1,14 +1,14 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEditor;
-
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+using UnityEditor;
+
public class InGameDownTestWindow : EditorWindow
-{
-
- static InGameDownTestWindow window;
-
- [MenuItem("绋嬪簭/涓嬭浇娴嬭瘯")]
+{
+
+ static InGameDownTestWindow window;
+
+ [MenuItem("绋嬪簭/涓嬭浇娴嬭瘯")]
public static void Open()
{
window = GetWindow(typeof(InGameDownTestWindow), false, "涓嬭浇娴嬭瘯") as InGameDownTestWindow;
@@ -27,6 +27,7 @@
VersionConfig.Get().assetAccess = InstalledAsset.NullAsset;
AssetSource.allFromEditor = false;
AssetSource.builtInFromEditor = true;
+ AssetSource.shaderFromEditor = true;
}
else
{
@@ -56,4 +57,4 @@
EditorGUILayout.TextField("寮�鍚笅杞界儹鏇翠唬鐮侊紝浼氳鍙朧ersionConfigEx.txt 鍒嗘敮闇�閰嶇疆姝g‘, 妫�娴媗ogicbytes.txt");
}
-}
+}
--
Gitblit v1.8.0