I’ve made this tutorial showing how to make a complete touch controls system in unity so when i started i could’t find anything about multliple touches to move character without buttons so in this tutorial i showed how to do it without buttons and how to use buttons as well
if you found the video informative a like and a subscribe would be really appreciated <3
Horrible quality, I can barely read the code. Using transform to move a physics object is not good practice and will only lead to more problems in the future.
The real problem here is that you probably just learned how to do this(or just figured it out.) This is not a good time to teach people, you need way more experience if you want to teach. I see lots of tutorials out there teaching people the wrong way to do things, this is just another example. Each one of those tutorials falls under the same circumstance of “Hey I know how to do this now, I should teach people what I know.” This is called good intentions and while you mean well, your knowledge is not at the level it needs to be to do tutorials and it will lead people astray. When I was learning Unity it was tutorials like this that taught me bad practices that I have been having to relearn how to do things properly.