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)