- Home /
Help for my thesis
Hello, I'm still writing my thesis about badminton right now with C# as the language and I'm really a beginner in unity and not very good with coding thing. So, I need help with these questions:
If I want to make the system save what information about what the user input, such as character,name,level,which code should I use?
I already made joystick in my game to make the player move around and buttons to serve/smash,I'm getting confused about how to connect it to the player,in this case, 3rd person controller.
I really appreciate it if anyone could help me answer this because the deadline is just in half month. Thank you.
Answer by POLYGAMe · Feb 18, 2014 at 08:13 AM
Look in the docs for PlayerPrefs, that will help you with saving attributes. As for the joystick, is it a mobile game? Or do you mean a real joystick?
thank you :) yeah, it is for Android, I mean virtual joystick..
Answer by getyour411 · Feb 18, 2014 at 08:14 AM
PlayerPrefs is a good place to start
if(Input.GetAxis("JoyStickA")) do stuff
Your answer

Follow this Question
Related Questions
Help Ship Controll 0 Answers
How can I change my mouse cursor every time I click? 1 Answer
HELP! PlayerPrefs.DeleteAll(); caused my controller to not be recognized in the editor. Unplayable. 0 Answers
Help In Making a SphereCast for 3D Tire! Working RayCast Script included! 0 Answers
How can I make the player temporarily unable to move? 2 Answers