I tried to add plugin using the below code
import { Tween, Ease } from '@createjs/tweenjs';
import MotionGuidePlugin from '@createjs/tweenjs/src/plugins/MotionGuidePlugin';
const tween = Tween.get(this.mySprite, { override: true, pluginData: 'MotionGuide' })
It's not working properly.
I don't see your motion guide data. Have you checked out the demos in GitHub?
Make sure to install the plugin once
Then pass motion guide data into the tween:
Here are a few more demos on CodePen:
If you have specific questions, or a demo you can link to, please update your question, and I can try to answer it.