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.
28
28
### Install and play
29
29
- Make sure you have [ UnrealEngine 4.10.4 canonical build] ( https://www.unrealengine.com/dashboard ) .
30
30
- 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
+ ```
31
39
- ` cd Examples/Content/Scripts && npm i ` to install node.js packages which are required to run examples.
32
40
- Open ` Examples/JavascriptPlayground.uproject `
33
41
- Activate ` JavascriptConsole ` by clicking ` Windows - Developer Tools - JavascriptConsole ` .
You can’t perform that action at this time.
0 commit comments