Canvas Render Mode?

sebasfreelance

New member
When changing the change from "Screen Space - Overlay" to "Screen Space - Camera" (I need for my inventory to be in this render mode), my character looks to the left, if the canvas has it in "Overlay" it looks at me forward, I don't understand what the lookat has to do with it.

can you help me? what am I doing wrong?
thanks.
 
Can you reproduce it within the demo scene? I just switched to a camera UI mode and it worked.
 
Hi, my character rotates, he changed the camera in the demo and used the demo camera and Nolan looks down and left, in "Overlay" it he looks forward.

I don't understand why he does that.

thanks!
 

Attachments

  • capture.png
    capture.png
    78.2 KB · Views: 7
That looks like something related to the CharacterIK look direction. On that component you could Draw Look Ray, and see where that ray is pointing. From there if it's pointing in the incorrect direction you'll want to step into the view type's LookDirection method to see why it's pointing in the wrong direction.
 
Sorry, I could not answer before, thank you very much for your answer, it is very rare, I will see what you say, if I do not succeed, I do not touch the canvas

Greetings.
 
Top