We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const lottieEntity: Entity = await engine.resourceManager.load({ urls: [ 'https://gw.alipayobjects.com/os/bmw-prod/b46be138-e48b-4957-8071-7229661aba53.json', 'https://gw.alipayobjects.com/os/bmw-prod/6447fc36-db32-4834-9579-24fe33534f55.atlas', ], type: 'lottie', })
异常:Uncaught (in promise) TypeError: this.request is not a function
The text was updated successfully, but these errors were encountered:
你好,可以检查一下您的项目有没有引用 @galacean/engine-lottie 依赖 如果还是有问题,可以提供一个最小可现的 demo ,我们检查一下。
Sorry, something went wrong.
No branches or pull requests
const lottieEntity: Entity = await engine.resourceManager.load({
urls: [
'https://gw.alipayobjects.com/os/bmw-prod/b46be138-e48b-4957-8071-7229661aba53.json',
'https://gw.alipayobjects.com/os/bmw-prod/6447fc36-db32-4834-9579-24fe33534f55.atlas',
],
type: 'lottie',
})
异常:Uncaught (in promise) TypeError: this.request is not a function
The text was updated successfully, but these errors were encountered: