File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ Unreal.js is a plug-in which brings V8-powered Javascript into UnrealEngine4.
2828### Install and play
2929- Make sure you have [ UnrealEngine 4.10.4 canonical build] ( https://www.unrealengine.com/dashboard ) .
3030- Download [ prebuilt UnrealJS plugin] ( https://github.com/ncsoft/Unreal.js/releases ) and unzip into ` Examples/Plugins/UnrealJS ` .
31+ * Make sure your directory layout is correct:
32+ ```
33+ Examples/ # project root directory
34+ Content/
35+ Scripts/ # "npm install" here
36+ Plugins/
37+ UnrealJS/
38+ ```
3139- ` cd Examples/Content/Scripts && npm i ` to install node.js packages which are required to run examples.
3240- Open ` Examples/JavascriptPlayground.uproject `
3341- Activate ` JavascriptConsole ` by clicking ` Windows - Developer Tools - JavascriptConsole ` .
You can’t perform that action at this time.
0 commit comments