- Home /
GuiTexture to move character
Hello guys i found out how to make my guitexture to respond to touches on touchscreen.But now i face one more problem.I have no idea how to make my character move using gui touches.Since i have little knowledge in programming i tried googling around for a script but all of them gave me errors or make my character jump infinitely.Is there any script that i can adjust the gravity,move speed and things like that on the outside of script like the one in character controller provided by unity.
Why not use Character Controller by Unity itself? Why do you need to re-invent the wheel?
Answer by psyydack · Jun 12, 2014 at 07:02 AM
Check this thread : http://answers.unity3d.com/questions/461896/move-character-controller-forward-using-gui-button.html
You can use for you, adjusting some things (or none). Post if it help you.
Your answer
Follow this Question
Related Questions
Reduce Draw call for Multiple GUI Textures with same Texture 1 Answer
GUI Texture disapears when I move it 1 Answer
can use two gui texture in scene 1 Answer
GUI Texture & Main Camera Issue 1 Answer
GUI depth? 1 Answer