Categories: UE程序

UE-关于 Git 中若是出现中文目录导致 UBT 不能正常编译的解决方案

内容目录

使用 Git 进行版本管理时,如果项目中出现任意未提交的中文名文件就会导致代码无法编译

解决方案:

找到路径
C:/Users/XX/AppData/Roaming/Unreal Engine/UnrealBuildTool/BuildConfiguration.xml

修改为:

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
<SourceFileWorkingSet> 

<Provider> None </Provider>
<RepositoryPath></RepositoryPath>
<GitPath></GitPath>
</SourceFileWorkingSet>

</Configuration>
同步Sch

Recent Posts

UE-Rider 无法解析 SDK 解决方案

无法解析 SDK“Micros…

5 天 ago

杂项 – 关于Ascii字符画生成相关网站

网站 如果想实现这样的注释效果…

2 周 ago

C++-分数泛型模板类实现

前言 在引擎库中,有时候可能会…

3 周 ago

C++-HashMap 数据结构的实现

前要说明 HashMap 是一…

1 月 ago

杂项 – Markdown

跳转到 Markdown – …

1 月 ago

杂谈-我都玩过什么游戏

在面试的过程中,我发现游戏公司…

3 月 ago