Q.
SpineのPlayback Viewの再生速度調整機能のように、再生速度を調整してスローモーションで動きを確認したいと思います。
その機能がありますか?
I want to check the movement in slow motion by adjusting the playback speed, like the playback speed adjustment function in Spine’s Playback View. Is there such a function?
A.
(この質問の後に機能が実装されました。その時点では正しく答えられませんでした。)
再生速度をゲーム内で調整できます。
スクリプトでアニメーションを再生する場合は、「SetAnimationSpeed」関数を使用して速度を制御できます。
Mecanimの場合、Animatorの再生速度が自動的に適用されます。
ただし、AnyPortraitエディタでは一時的に再生速度を変更する機能はありません。
アニメーションの全体的な速度を調整する場合は、FPSを調整するか、アニメーションの長さを変更します。
アニメーションの一部のキーフレームを一定の割合で再配置したい場合は、次のマニュアルが役に立ちます。
https://rainyrizzle.github.io/jp/AdvancedManual/AD_StretchKeyframes.html
(This feature was implemented after this question. It was not properly answered at the time.)
You can adjust the playback speed in-game.
If you play an animation with a script, you can control the speed using the SetAnimationSpeed function.
In the case of Mecanim, the playback speed on Mecanim is automatically applied.
However, there is no function to temporarily change the playback speed in the AnyPortrait editor.
If you want to adjust the overall speed of the animation, you can adjust the FPS or change the length of the animation.
If you want to rearrange some keyframes of the animation at a certain rate, the following manual will be helpful.
-
This topic was modified 1 week, 1 day ago by
Archive Account.