-
Notifications
You must be signed in to change notification settings - Fork 350
Mac
Nako Sung edited this page May 25, 2016
·
5 revisions
- Create a new C++ project
- Open terminal
# download plugin
wget https://github.com/ncsoft/Unreal.js-core/releases/download/ready-to-build/Unreal.js-core.zip
mkdir -p Plugins/UnrealJS
unzip Unreal.js-core.zip -d
# build and run!
open <your project>.uproject
- There is no need to see XCode running