Play and test exports locally before deploying it to the web.
Prerequisite Setup
- Install Node.js
- Restart your machine (required on Windows to reset PATH variables)
- Run tool to install Treasured CLI tool though
Tools > Treasured > Upgrade to Treasured CLI
Steps to Play builds
- Export the scene through
Export
button on Treasured Map tool
- Hit
Play
button to start the wen server locally.
- Click
Stop
button to stop the web server.
Known Issues on Mac
- Terminal Process does not close automatically. User will need to force close the terminal after process completes.
Troubleshooting Errors
- If you get an
Error: EBUSY: resource busy or lockedexe
then execute code npm cache verify
in your command prompt/terminal and try the export again.