Character movement issues

My character Moves backward compared to how my model is facing. I imported my model from Maya, I rotated the Model in Maya in hopes that that would change the way the Character moved, however nothing changed. for example-

—>
—>

That is the way that a Model Is supposed to be. The model moving forward in the direction it is facing.

however my model moves like this

—>
<—

My model is facing opposite to the direction it is moving.

I don’t know what to do to make the model go the correct direction with the movement, Please Help.

Make empty gameObject, attach your moving script to it, and than drag the model as a child of this gameObject. Once this is done rotate it in y for 180 degrees. you will probably need to make reference to animator public and drag it in the inspector, but its hard to tell since you didn’t say anything about how you move your char.