#itemを持った時だけアニメーションを再生させたい

1 messages · Page 1 of 1 (latest)

noble sedge
#

attachableでアイテムを持った時にアニメーションを再生させたいです。

#

itemを持った時だけアニメーションを再生させたい

high plaza
#

scriptsのanimateに書いたアニメーションは最初に実行された記憶があります(間違ってたら申し訳ない...)

"animations": {
    "intro": "animation.intro"
},
"scripts": {
    "animate": ["intro"]
}
noble sedge
#

やってみたらできました!!
ありがとうございます!!