Hi, I've implemented the system that shows a popup notification when a player finds an item, following the existing tutorial. However, I'm running into an issue when the player collects multiple items at once (for example, getting both a towel and a ball from a sports bag). Currently, only one item's popup appears, while the second item's notification doesn't show up. What's the best way to handle notifications for multiple items collected simultaneously?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
This'll need a slight tweaj to the code, however, to allow for its own instance to be ignored. I'll include this in the next update.
Thanks!