0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【PlayCanvas】Tween.jsを利用時に「Uncaught TypeError: application.addTweenManager is not a function」が出た場合の対象方法

Last updated at Posted at 2023-08-08

1

PlayCanvasのTween.jsを利用しているプロジェクトで、「Uncaught TypeError: application.addTweenManager is not a function」のエラーが出た場合にはTween.jsを新しいバージョンにアップデートする必要があります。

これは、PlayCanvasエディターとPlayCanvas Engineのバージョンアップにより、過去のplaycanvas-tweenとの互換性がなくなった事により発生しています。

リポジトリから新しいTween.jsをコピーする方法か、またはアセットストアからインポートをする方法があります。

PlayCanvas Asset Storeを開く

「Tween Animation Library」を選択

2

IMPORTをクリック

3

これで、過去のプロジェクトが動くようになるはずです。

詳細と対応はこちらのフォーラムをご覧ください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?