if i clicked on mobile screen with Two Fingers then camera suddenly jumped to this position:
is there any way to prevent this camera sudden jumps?
if i clicked on mobile screen with Two Fingers then camera suddenly jumped to this position:
is there any way to prevent this camera sudden jumps?
You can use ESwitchOnFingerIndex and make your code run only of the finger index is 1 rather than 2 or more fingers.
You can use it multiple times for (pressed, released and moved)
where i found ESwitchOnFingerIndex ?
Sorry the name of the node is (Switch On ETouchIndex)
Drag a connection from finger index and type in search
It should appear as soon as you type the first 3 characters
Hope that helps