How to set camera rotation velocity to 0 when died.

finaratic

Member
So in my case sometimes when character dies camera don't stay in one position but infinitely rotates with some speed until respawned. This is only i think when you start rotating camera in the same frame when died this bug happens. How can i prevent it by setting camera rotate velocity to zero or something like this so on death camera not rotating.
 
What view type are you using? Can you reproduce it in the demo scene using the latest version? The camera stopped for me when I just tried.
 
What view type are you using? Can you reproduce it in the demo scene using the latest version? The camera stopped for me when I just tried.
You have to not just stand when killed but do many movement inputs and in some case it will just spin 360 infinitely, i made a state so if dead camera velocity is 0
 
Back
Top