Do you want to add some simple UI elements to your game but hate making a proper system for them?
Try BUI!
BUI is a box based UI system for Unity3D created to make it easier for developers to add basic UI to their games. BUI's primary function is to display simple messages, warnings, successes and errors to the user using only 4 to 6 lines of code, but because of BUI's nearly unlimited customizability it can be used for nearly everything you desire.
Features:
- Show dynamic UI boxes to user with only 4 to 6 lines of code
- Add buttons to your boxes which can run any function you want
- Comes with defaults for Messages, Warnings, Errors and successes>br>
- Create custom boxes and buttons with infinite customization options