回答編集履歴

7

誤字

2018/11/28 09:27

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -8,8 +8,4 @@
8
8
 
9
9
 
10
10
 
11
- また、アニメーションコントローラーを使うかで処理が変わってきます。
12
-
13
- anim.Play("animator"); の書き方で使用する場合こちらの方が正しいのかもしれません。
14
-
15
11
  [3分でわかる!Unityのアニメーション(Animation)を再生する方法](https://freesworder.net/unity-animation-play/)

6

追記

2018/11/28 09:27

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -5,3 +5,11 @@
5
5
  こちらを参考にしてください↓
6
6
 
7
7
  [Unityのアニメーターコントローラーの使い方](https://gametukurikata.com/animationanimator/animatorcontroller)
8
+
9
+
10
+
11
+ また、アニメーションコントローラーを使うかで処理が変わってきます。
12
+
13
+ anim.Play("animator"); の書き方で使用する場合こちらの方が正しいのかもしれません。
14
+
15
+ [3分でわかる!Unityのアニメーション(Animation)を再生する方法](https://freesworder.net/unity-animation-play/)

5

誤字

2018/11/28 09:24

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  "animator"の設定がおかしい場合があります。
4
4
 
5
- それかこちらを参考にしてください↓
5
+ こちらを参考にしてください↓
6
6
 
7
7
  [Unityのアニメーターコントローラーの使い方](https://gametukurikata.com/animationanimator/animatorcontroller)

4

まちがい

2018/11/28 09:17

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -1,13 +1,7 @@
1
1
  Animator.GotoStateのエラーメッセージは何らかの理由でアニメーションが存在しないといっています。
2
2
 
3
- anim.Play("animator");を
4
-
5
- anim.Play ();に修正して動かないでしょうか?
6
-
7
-
8
-
9
- または"animator"の設定がおかしい場合があります。
3
+ "animator"の設定がおかしい場合があります。
10
4
 
11
5
  それかこちらを参考にしてください↓
12
6
 
13
- [3分でわかる!Unityのアニメーショ(Animation)を再生する](https://freesworder.net/unity-animation-play/)
7
+ [Unityのアニメーターコトローラーの使い方](https://gametukurikata.com/animationanimator/animatorcontroller)

3

誤字

2018/11/28 09:16

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
  または"animator"の設定がおかしい場合があります。
10
10
 
11
- またこちらを参考にしてください↓
11
+ それかこちらを参考にしてください↓
12
12
 
13
13
  [3分でわかる!Unityのアニメーション(Animation)を再生する方法](https://freesworder.net/unity-animation-play/)

2

五時

2018/11/28 09:12

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
 
8
8
 
9
+ または"animator"の設定がおかしい場合があります。
10
+
9
11
  またこちらを参考にしてください↓
10
12
 
11
13
  [3分でわかる!Unityのアニメーション(Animation)を再生する方法](https://freesworder.net/unity-animation-play/)

1

URL修正

2018/11/28 09:11

投稿

harunasan
harunasan

スコア125

test CHANGED
@@ -3,3 +3,9 @@
3
3
  anim.Play("animator");を
4
4
 
5
5
  anim.Play ();に修正して動かないでしょうか?
6
+
7
+
8
+
9
+ またこちらを参考にしてください↓
10
+
11
+ [3分でわかる!Unityのアニメーション(Animation)を再生する方法](https://freesworder.net/unity-animation-play/)