Hi guys,
I’ve started work on a calendar UI using NGUI for the asset store (Daikon Forge and the new Unity GUI if you guys like it). It’s still simple at this time, but I’d love to hear your feedback. You can try it out here → WEBPLAYER
Features:
- 3 selections modes: Single day, multiple days, selecting range of days (between two days)
- Change the year and/or month and the calendar dynamically changes to show the appropriate days in that month.
- Resize it in the editor and everything adjusts
- Highlights current date.
- All days are created from a single prefab that requires a UISprite, UILabel, and the UIDay script attached to it.