- Built with troika-three-text and Croquet
- Built for the Pluto Multi App Launcher
-
npm start
will launch the dev server and open the scene. -
npm run build
will process and build your project into adist
folder. -
npm run build-xrpk
willnpm build
, then create an XR Package indist
. (Note that this script runs an interactive CLI for details about the various aspects of your XR Package.) -
npm run dev-xrpk
will do the same but output an unminified, source-mapped XR Package to help you debug your XR Package in your runtime of choice (we recommend Chimera). Please note the resulting .wbn file size will be very large - don't use this in production!