
A lightweight Unity package that adds badge indicators to UI elements like buttons and menus.Althought stated as unity 6, you can import in older versions of unity and fix up compatibilty issues with the old unity API should any arise. Furthermore, you can refer to the readme, or the test scene to take a look at how the project is setup and set it up accordingly. I hope this package helps you : )The Badge Notification System is a lightweight Unity package that adds badge indicators to UI elements like buttons and menus. It helps you display unread messages, new items, or alerts with a small icon which you can customize to support number badge.Easy Integration – Just add BadgeManager and attach BadgeComponent to UI elements.Automatic Updates – Badges update dynamically based on game events.Parent-Child Propagation – Child badges can trigger parent notifications.Supports Symbols – Display symbolic badges.Lightweight & Optimized – Minimal performance impact, ideal for mobile and PC.