IDE Scripting
Quick start
git checkout devgit pull # make sure you have the latest changesgit checkout -b my-world # create a new branch for your worldnpx hypkg apply drama-haus/ide-scriptingnpm install # install the file watcherFeatures
- Live IDE Sync: Modify script files in your external IDE, and the
AssetWatchersystem automatically detects changes, updates the relevant blueprint, and rebuilds the app in real-time. - In-World Script Renaming: Easily rename scripts through the “Script” pane UI, with changes seamlessly propagating through the system.
How it works
The AssetWatcher system monitors the scripts folder for changes. When a change is detected, it updates the relevant blueprint and rebuilds the app.