Hello, just made my script "complex" to manage my camera on first person view. Associated with another Script for my player movement (based on mouse position).
I would like help to understand the problem in it and fix it to have a solid base for my project (learn unity and have fun with it).
I am afraid that in this state I would swim in bugs in 2days.
Thing that I suppose are strange:
- My speed goes really fast to max, but is not constant.
- I have to do a speed control, or it can go quite hight.
-My player rigidebody has velocity when I move my camera.
-I have to update my player rotation with camera rotation.
-When I turn camera seing entity moving I get like a shaking effect.
I am really new with this Unity so I could be doing really obvious errors.
Thanks in advance.