szmate1618 / comets

1 stars 0 forks source link

Rework input handling in GameClient #102

Open szmate1618 opened 2 years ago

szmate1618 commented 2 years ago

Currently we are checking input in a FixedUpdate function which might lead to input loss (or double input) as described here: https://answers.unity.com/questions/409507/eliminating-input-loss.html