Unity 3D: Third person movement and mouse camera control
Hello.
I am new to programming and scripting using C# so right now I am just studying Unity documentation and testing all I found. I found this service of getting answers from experts and think that asking here can save my time.
What do I want:
1. Character movement with W S A D and jump with space button.
2. Third person mouse camera control: when the right mouse button is down, I need camera+character rotation with mouse, when the left mouse button is down, I need only camera rotation. This is default for most RPGs and I find this extremely useful.
3. Also I want camera+character rotation with Q (counterclockwise) and E (clockwise) in addition to mouse.
4. I want to play animation (I have it ready with my .fbx 3D model) when my character moves. I have "Stand", "Run" and "Jump" animations at the moment and I can watch them in Unity.
Thank you in advance.