Home > Mobile >  Grab objects in a top down game
Grab objects in a top down game

Time:04-04

I want to do something like this but in top down: https://youtu.be/4zm8CvJPGb8. I don't know how to do it.

CodePudding user response:

Actually I would do exactly as the video you share does it, but the camera will be positioned at the top, using Raycast instead of Raycast2D.

  • Related