Help creating character controller script (3d JRPG)

Im trying to create a character controller script to have movement similiar to that in Persona 3 FES.

26:19
The camera and the movement are independent , the camera being rotated by 2 buttons (L an R on the ps2)
The movement and camera are the only things i can’t figure out , i can do the rest , like triggers for when you attack , the idle animation , but this is what i’m having trouble with.

Have you looked at the standard assets?

ive looked at the 3rd person script thats in the standard assets , but it’s not what im looking for , first of all i don’t need jump functionality or falling , second i also need to be able to control the camera the way its controlled in the video
and also the way the 3rd person script moves the character is too advanced , i need something more simple (again like in the video)

It’s not hard to strip out jumping (and at that point falling has more to do with your level geometry), and one of the camera rigs should do everything you need. All the features you want are there, it’s just a matter of cobbling together exactly what you want and mapping the inputs to suit your taste.

no it doesn’t , i tried but what happens is that when i try to go left or right , it moves like a pencil in a compass would move.
my character or doesn’t move the way i want when i press down/back, also when i move forward and turn left or right , my characters recenters to moving forward afterwards , i said that ive tried the standard assets script , but it isn’'t what im looking for , that script is made for a different kind of 3d game