- Home /
How do I set up my players controller script (How do I change the controls used to move and look)
I'm not to good with scripts, so can some one help me? My player will not use weapons, just do some tasks and will only need to move and look.
Not enough information given, please supply more details on what is required for your game for the most helpful answers possible.
Thank you.
Answer by Daryn · Aug 23, 2012 at 05:27 AM
Like Muuski said not enough info. What exactly are you asking do you want to know how to make it move in general or do you want to know how to have it switching between camera moving and character?
Answer by behzad.robot · Aug 23, 2012 at 05:27 AM
Yes i agree with Muuskii give more information!!
But for now i can Recommend you to go and check the platformcontroller and FPSInputController of unity You can see that these things are happening with a Character Motor So You Can Handle Player's Movement with Character motor and reading a little bit of those two code! But for Looking: See if you are going to use MMO Controller or not!if you are i think you would better Download unity's MMO controller Example!
The $$anonymous$$$$anonymous$$o Controller is available in Unity Asset Store. When You Downloaded that import it to your project(but for start i recommend you to import it into an empty project and read it's read me then when you could understand that you can import it to your project). Also if You Import Character Controller Package to your project you can have that character motor and fps input controller and other stuff..
@omg73: Don't post annotations as an answer. Answers should answer the question. this is a Q&A site, not a forum. I've converted your answer into a comment.
What Controller do u mean $$anonymous$$$$anonymous$$O that's in the asset store and the unity's default example is in the Character Controller Package!! when You import that package to your Project in project view search for 3rd person controller and drag the prefab into your Scene! if You still think you need more take a look at 3dbuzz.com tutarials! But i think you can handle that yourself 3dbuzz is just a step by step for those who even dont know what they are looking for..
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Best use of GetButton 4 Answers
Player making Zigzag movement 0 Answers
Movement Conflict 1 Answer
Cube Moving as Player 1 Answer