When I start my game for a split second the Mouse Delta is not zero and it causes my player to start looking at the ground.
Is this gonna be fixed?
When I start my game for a split second the Mouse Delta is not zero and it causes my player to start looking at the ground.
Is this gonna be fixed?
Yup, it’s on the list (added a ticket for it: 1191342).
On the first frame in play mode and in the player, we should probably throw away any accumulated input and reset all devices. But could be that has an adverse effect on some devices (e.g. Touchsceen which depends on intact touch sequence). Anyways, whatever the solution, we’ll have a look.