Peace Unto You! I have a game that required a lot of taps and im curious to if i can increase the input buffer cause if i spawn in a lot of enemies it says input buffer full so no input can be detected. Is there a way to increase this?
1 Like
It’s not possible to increase. My recommendation is that you have a central input handler instead of input handlers spread out over 16+ scripts.
4 Likes
Peace Unto You! Thank you! I finally figured out out to do this and released an update for my game today. It definitely made it better.
You are appreciated.