-
Notifications
You must be signed in to change notification settings - Fork 348
Running the examples
drywolf edited this page Jul 15, 2016
·
6 revisions
- Clone or Download the Examples directory of the Unreal.js repository
- Create the
Examples\Plugins\
directory - Copy the already built plugin content to the
Examples\Plugins\UnrealJS
directory - Open the
Examples\JavascriptPlayground.uproject
file in the UE Editor - Load one of the example levels from the editor's Content Browser
- Run the level to see Unreal.js in action
- If something goes wrong while running the level you can probably get useful information in the Javascript Console (
Window > Developer Tools > Javascript Console
)