Unity Src Setup
Unity Src Setup
Env Deps
Perl
>> URL
WinSDK: 10.0.10240.0
>> vs_installer
Build Docs
1
Documentation\BuildDocs\view.cmd
Solution
1
2
perl build.pl --prepare
start Projects/VisualStudio/AllTargets-Release.sln
Editor
1
2
3
4
5
cd <src_root>
jam Editor -sCONFIG=<release/debug>
# Windows support
jam WinPlayer
start <src_root>/build/WindowsEditor/Unity.exe
FAQ
ppm doesn’t work after installing ActiveState Perl
>> URL
这是由于Perl安装包缺少Win32-Console和Win32-OLE两个Package, 到Perl官网Configuration页签下,点击”Add Package”按钮, 添加ActivePerl-PPM, Win32-Console, Win32-OLE然后重新build出一个新的安装包安装到本地
启动遇到PackageManager报错
1
setx UNITY_NOPROXY 127.0.0.1
本文由作者按照 CC BY 4.0 进行授权