Camera 2D affecting my other objects

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dang_

The camera 2d that is connected to my player character makes another object work weirdly. The object is meant to drag and drop and without the camera it works fine but when I add the camera to the player it goes crazy. Is there a reason why this happens???

Hi! You should provide the code that is giving you troubles so others can help. There could be many reasons why your code does not behave as you expect, but without the code, there is not much the community can do.

p7f | 2020-10-21 15:01

You should try using a RemoteTransfrom2D for the camera and if it still isn’t working you could try deactivating the RemoteTranform2d while dragging the object.

ra45 | 2020-10-25 20:48