Skip to content

Commit e3d646d

Browse files
committed
Update README.md
1 parent f67fc90 commit e3d646d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)