回答編集履歴
1
typo修正
answer
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
void Update()
|
18
18
|
{
|
19
|
-
if(
|
19
|
+
if(isPointerDown) {
|
20
20
|
bool pressing = false;
|
21
21
|
for(int i = 0; i < Input.touchCount; ++i) {
|
22
22
|
var touch = Input.GetTouch(i);
|