alttester / alttester/AltTester-Unity-SDK

BeginTouch should make the touch Stationary the next frame if the touch was not ended or moved

Đang mở
#1,492 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug no version triaged
Ngôn ngữ chính
C#
Star
121
Fork
24
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

At the moment BeginTouch creates a touch and set the TouchPhase to Began. This should only for a frame because when the TouchPhase is set to began. When this happen Unity consider that the touch was created in the current frame and will return GetMouseButtonDown(0) true. This will happen every frame even if it supposed to happen just once.

We can fix this by checking the next frame if the touch has changed the phase from `Began` to `Moved` or `Ended` if this happen we don't need to do anything but otherwise we need to set it to `Stationary`

## Steps to reproduce

1. Create a test that calls BeginTouch()
2. Check in the game what GetMouseButtonDown(0) return every frame
## Actual result

### AR

GetMouseButtonDown(0) returns true everytime

### Additional info

## Expected result
GetMouseButtonDown(0) returns true only once

### ER

### Additional info

## Testability

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.