I'm looking at implementing a feature that provides the illusion of instant response to user interaction. For example, if a player fires a projectile like a rocket launcher, the lag between user input and system response makes this a bit of a problem. What's the best way to approach this situation?
↧