少年修仙传客户端基础资源
hch
2024-05-20 63ab36b08e46a5889b36d75024d6992c69b418fb
0312 编辑器窗口模式 部分设备显示问题,文字和底图同色无法查看
2个文件已修改
4 ■■■■ 已修改文件
Assets/Editor/Tool/ExportPrefabsIMG.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/TableTool.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ExportPrefabsIMG.cs
@@ -39,7 +39,7 @@
    static void Init()
    {
        exportType = 0;
        window = GetWindow(typeof(ExportPrefabsIMG), true, "导出界面图片,运行时导出会更准确") as ExportPrefabsIMG;
        window = GetWindow(typeof(ExportPrefabsIMG), false, "导出界面图片,运行时导出会更准确") as ExportPrefabsIMG;
        window.position = new Rect(UnityEngine.Screen.width / 2, UnityEngine.Screen.height / 2, 300, 700);
        window.Show();
    }
Assets/Editor/Tool/TableTool.cs
@@ -16,7 +16,7 @@
    static void Init()
    {
        configOutPutPath = UnityEngine.Application.dataPath + "/StreamingAssets/Config";
        window = GetWindow(typeof(TableTool), true, "策划导表工具") as TableTool;
        window = GetWindow(typeof(TableTool), false, "策划导表工具") as TableTool;
        window.position = new Rect(UnityEngine.Screen.width / 2, UnityEngine.Screen.height / 2, 300, 700);
        window.Show();
        //PathCache();