TouchesBegan

Hello guys,

I’m a beginner with Unity. Up to now i developed games just with Xcode and SpriteKit. I’m trying to make a simple 3D Game with Unity as exercise. In my game i have a ball and i want to move it at a touch position. How can i say in C# “Move the body to the touch position in the screen?” How can i implement the touches methods? Thanks :smile:

I’d start with something simpler for your first attempt than touch interface and likely needing to raycast to your terrain, etc. Try first pressing a key, using one of the getkey methods to capture the key press, and having it apply a force to an object.