Rotate object to player
I would like to rotate my object but the LookAt is rotated but not as I want
And I want him to follow the player the same way(.gif) :
Comment
The problem comes from the model. You should rotate the 3D model in your modelling software and export it correctly.
Other solution : Create an empty parent of the 3D model, and rotate the model so that it's up vector matches the up vector of the empty, and its forward vector matches empty's one.
Your answer
Follow this Question
Related Questions
HOW TO ADD GRAVITY TO A OBJECT? 2 Answers
Unity WaitForSeconds Not Working Inside Update or a Loop 2 Answers
Instantiation help 0 Answers
How can I write CPU usage on screen? 1 Answer
How do I keep the player with rigidbody from going through the wall 1 Answer