回答編集履歴
2
参考画像追加
answer
CHANGED
@@ -3,4 +3,6 @@
|
|
3
3
|
|
4
4
|
参考
|
5
5
|
アニメーション遷移 - Unity マニュアル
|
6
|
-
[https://docs.unity3d.com/ja/current/Manual/class-Transition.html](https://docs.unity3d.com/ja/current/Manual/class-Transition.html)
|
6
|
+
[https://docs.unity3d.com/ja/current/Manual/class-Transition.html](https://docs.unity3d.com/ja/current/Manual/class-Transition.html)
|
7
|
+
|
8
|
+

|
1
補足追記
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
Animator の遷移の箇所で、`Has Exit Time` のチェックを外してください。
|
1
|
+
- Animator の遷移の箇所で、`Has Exit Time` のチェックを外してください。
|
2
|
+
- その後、`Exit Time` と `Transition Duration` の値を調整してください。 (2Dの場合はどちらも `0` でよいと思います。3Dの場合はそれだとアニメーションが急激に遷移しすぎて不自然な場合もあるかもしれません)
|
2
3
|
|
3
4
|
参考
|
4
5
|
アニメーション遷移 - Unity マニュアル
|