Camera manipulation breaks Classic Thumbstick's camera

Classic Thumbstick breaks the camera as shown below.

Video of bug in the game “Downpour Dash! Remastered” by candykid44

Reproduction Steps

  1. As the game developer, manipulate the camera in any way through scripts.
  2. Play the game as a mobile player with classic thumbstick.
  3. Hold the thumbstick down and walk around while the camera is manipulated by scripts ingame.
  4. Keep doing this until the camera manipulation has finished.
  5. Walk around and see that properly controlling the camera while walking is now nearly impossible.

Expected Behaviour

The thumbstick should continue to work like normal.

Actual Behaviour

The thumbstick will think that the finger on the thumbstick is also controlling the camera. This is fixed when the player lets go of the thumbstick, but that is impossible in very fast paced games (such as in the example video above).

Dynamic Thumbstick does not have this problem, but switching between thumbsticks after using one for years is always an extreme pain.

Old Post

Classic Thumbstick breaks the camera as shown below.

bug 2 - YouTube

Basically, when the player’s camera is manipulated in any way through scripts, the thumbstick will think that the finger on the thumbstick is also controlling the camera. This hasn’t been fixed for a long time and desperately needs attention.

Dynamic Thumbstick does not have this problem, but switching between thumbsticks after using one for years is always an extreme pain.

2 Likes

We’ve filed a ticket to our internal database, and we’ll follow up when we have an update!

Thanks for flagging!

2 Likes

Any updates?

Hi there! Thanks for the report. Regarding camera control, our camera scripts don’t automatically try and detect whether you’re trying to control the camera. When active, all of our cameras will assume they are the only ones manipulating the camera CFrame. When you want to add another game specific camera control. such as the death animation in “Downpour Dash! Remastered”, you would typically set the CameraType to Scriptable to prevent fighting over the camera control with other scripts. The API reference has an example of this usage. Thanks again and please let us know if you encounter any other issues.