質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
if (Input.GetKeyDown(KeyCode.Greater))
|
20
20
|
|
21
|
-
if (Input.GetKeyDown(KeyCode.Quaternion))
|
21
|
+
if (Input.GetKeyDown(KeyCode.Quaternion))
|
22
22
|
|
23
23
|
|
24
24
|
|
1
情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -100,6 +100,8 @@
|
|
100
100
|
|
101
101
|
SpaceやMキーは反応しました。
|
102
102
|
|
103
|
+
Minus (-)キーなど記号系でも一部反応するキーもあります。
|
104
|
+
|
103
105
|
|
104
106
|
|
105
107
|
### 補足情報(FW/ツールのバージョンなど)
|