Touch controller for Android to create a 3d rpg

Good afternoon. Help me find the touch controller for Android to create a 3d rpg
Thanking you in advance (sorry for the mistakes arfograficheskie unnecessarily I’m from Russia)

Cast a ray to a plane (the floor)
And move the character to the clicked location

to make the camera follow you have two options:
parent camera to a node shared with your character to easily fix the angle and distance

GameObject

  • Character
  • Camera

Or:
Create a script to copy the location of your character

Should be simple enough to create