[将unity项目切换到了UGUI,宏定义也切换至UGUI,UI配置那三个也切换到了UGUI,运行后报错 <img width="1074" height="217" alt="Image" src="https://github.com/user-attachments/assets/367da000-5205-4add-a3dc-9cd147a16c5f" /> 项目中删掉了相关FGUI的预制体以及模块脚本,仍然报错,只有手动的将[OptionUIConfig(null, "Assets/Bundles/UI/UILogin/UILogin.prefab")]修改成[OptionUIConfig("UILogin", "Assets/Bundles/UI/UILogin/UILogin.prefab")]后可运行