So you're ready to use CodeSpells for your next Unreal project? Great! Let's get started.
Step 1: Install React Stuff
- TODO: Write better instructions. For now, see https://github.com/srfoster/nexus
- Run
npm start
infrontend/
Step 2: Install Racket
- TODO: Write better instructions. For now, see https://github.com/srfoster/nexus
- Run
racket web-ui.rkt
innexus-client/
Step 3: Create an Unreal Project and Install the Plugins
- Create a new Unreal Project.
- In Plugins, enable "Web Brower" plugin
- Install Unreal.js (see their Manual installation instructions on their github repo, or install from the marketplace)
- Install Spartan Tools's TCP Server plugin
- Clone this repo into your
Plugins/
directory. Enable both plugins (MagicalOrbs and UnrealJSBridge). - Drag a
JS
object (fromUnrealJSBridge
plugin) into your level - Drag a
BrowserLoader
(fromUnrealJSBridge
plugin) into your level - Start the level. You should see whatever is running on
localhost:3000/clean
displayed in your level.