Twilight-Studioo / production

0 stars 0 forks source link

モーション対応 #121

Closed ichiharayuuma closed 2 weeks ago

ichiharayuuma commented 2 months ago

モーキャプでとったモーションに対応する

Matuyuhi commented 1 month ago

130 でコントローラー用のトリガー追加

Matuyuhi commented 1 month ago

コントローラーに渡している変数と型の詳細

- IsFalling: Boolean // 落下中のflag
- Speed: Float // 移動中の速度
- OnJump: Trigger // ジャンプした時
- OnTakeDamage: Trigger // ダメージを受けた時
- OnDagger: Trigger // daggerを投げた時
- OnAttack: Trigger // 攻撃をした時
- IsAttacking: Bool // 攻撃中
- AttackComboCount: Int // `OnAttack`の時のコンボ数
ichiharayuuma commented 1 month ago

boolean の IsAttacking を追加してほしいです IsFalling がしっかり動いてないように感じます(見てるとすぐに landing に遷移してしまっている)

Matuyuhi commented 1 month ago

https://github.com/Twilight-Studioo/production/pull/131 ここで修正

Matuyuhi commented 1 month ago

使ってない変数にsetしようとすると警告出てしまうので、使わなくてもanimControllerの変数定義だけしてくれると助かります

Matuyuhi commented 2 weeks ago

@ichiharayuuma これって完了してますか?

ichiharayuuma commented 2 weeks ago

完了です!