OK i am extremely new to unity im doing ok but i need to know how to turn a object into a character,then i need to know how to control it or better put make it moveable thanks in advance
I would suggest looking at the tutorials about this. The concepts aren’t too hard to understand, but they are a little broad and basic for the Unity Answers. For starters, you definitively want to look at the Lerpz tutorial. It explains the different components for characters and some basic scripting techniques.
I’ve never used them, but I’ve heard good things about the Tornado Twins’ tutorials for beginners.
A beginners tutorial is probably the best place to start. The other thing I can give you is some components/classes that you will need.
- Transform
- Character Controller
- Input.
- Vector3
- (possibly) Mathf