Example: Animations 🔌
This Vatom Spaces plugin tests blending animations on an object.
Development
- Ensure you have Node installed
- Install dependencies with
npm install
- Login to the Vatom CLI with
npm run login
- Build and load the plugin into your space with
npm run sideload myspace
(replacemyspace
with your space alias name) - When ready, publish to the Marketplace with
npm run publish
Note: You can only sideload plugins in a space you are the owner of.