Unreal(0) - Setup UE4 on Ubuntu with VSCode
1. 下載及編譯原始碼
去 Unreal Engine 的 Gtihub 下載原始碼 https://github.com/EpicGames/UnrealEngine。
$ ./Setup.sh $ ./GenerateProjectFiles.sh $ make
2. VSCode:
在 ubuntu 上使用 VSCode 作為編輯器,Edit -> Editor Preference -> Source code -> Source Code Editor -> VSCode。
3. Ubuntu 無法建置 C++ 專案:
不知道原因為何,我建置新的 C++ 專案會出現 "The following modules are missing or built with a different engine version with a new project" (.uproject 帶出的設定有問題)。
開一個新的藍圖專案,等到藍圖專案打開後選擇 File -> New Project 後就可以建置 C++ 專案。
留言
張貼留言