码迷,mamicode.com
首页 > 其他好文 > 详细

UE4 小技巧

时间:2020-10-20 16:36:52      阅读:29      评论:0      收藏:0      [点我收藏+]

标签:type   use   dir   记事本   mic   ken   sys   base   file   

1.Github下载实在慢,可以从gitee下载 https://gitee.com/chao__/UnrealEngine

2.UE4 Setup.bat 太慢,可以多线程下载,在cmd中 setup.bat --thread=20

3.提示缺少.net framework4.6.2,WIN10默认是4.7,无法重复安装,安装开发版 https://dotnet.microsoft.com/download/visual-studio-sdks  4.6.2 develop pack

4.引擎安装完毕后要修改一下DDC缓存的地址,不要默认的C盘,很容易导致C盘空间急剧减少,使用记事本打开:引擎版本\Engine\Config\BaseEngine.ini,搜索:[InstalledDerivedDataBackendGraph]

  Local=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, PurgeTransient=true, DeleteUnused=true, UnusedFileAge=34, FoldersToClean=-1, Path=../../../Engine/DerivedDataCache, EnvPathOverride=UE-LocalDataCachePath,         EditorOverrideSetting=LocalDerivedDataCache)

  替换Path="%GAMEDIR%DerivedDataCache"

UE4 小技巧

标签:type   use   dir   记事本   mic   ken   sys   base   file   

原文地址:https://www.cnblogs.com/LynnVon/p/13845809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!