From 85598094c6287e1ebbd65b0bf7e77a7fb7fefaca Mon Sep 17 00:00:00 2001 From: fatiao <515948292@qq.com> Date: Mon, 7 Apr 2025 19:13:23 +0800 Subject: [PATCH] =?UTF-8?q?SymbolTextInit=E5=90=8C=E6=AD=A5=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uHyperText/SymbolText/SymbolTextInit.cs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Assets/Src/ThirdPlugins/uHyperText/SymbolText/SymbolTextInit.cs b/Assets/Src/ThirdPlugins/uHyperText/SymbolText/SymbolTextInit.cs index a0f068b71..43f735655 100644 --- a/Assets/Src/ThirdPlugins/uHyperText/SymbolText/SymbolTextInit.cs +++ b/Assets/Src/ThirdPlugins/uHyperText/SymbolText/SymbolTextInit.cs @@ -75,13 +75,14 @@ namespace WXB static void Init() { - //SymbolTextInit sti = Resources.Load("SymbolTextInit"); - ResourceMgr.Instance.GetGoFromPoolAsync(Constants.UICommonPath, "SymbolTextInit", (o) => - { - var go = o; - var sti = go.GetComponent(); - sti.init(); - }); + SymbolTextInit sti = Resources.Load("SymbolTextInit"); + sti.init(); + // ResourceMgr.Instance.GetGoFromPoolAsync(Constants.UICommonPath, "SymbolTextInit", (o) => + // { + // var go = o; + // var sti = go.GetComponent(); + // sti.init(); + // }); } public static Font GetFont(string name)