I have 2 buttons functioning separate from each other using event trigger with similar events(separate codes), but when I have one button(A) on hold and I press the other button(B) down, it cancels the function of button(A). How do I make sure their event triggers run separate from each other, especially if I need to hold both buttons down at the same time running separate functions?
I would think running the event being triggered as a co-routine would do what you want. That lets it run as an independent thread.
I can give that a shot. So there’s no way to have them work separately? that’s annoying…