Unity3D - Do we have a plugin or anyone have worked on Tag collection input view, see screenshot
I need a Unity plugin with following features (like Android Chips ): User will search the tags from a list and selected item from list will be shown as a tag. Tag will have text with a cross. Mobile device width will be the maximum horizontal space and if its full, next tag will go in next line. Fattie Note! Before spending too much time on this answer, be sure to check out https://stackoverflow.com/a/38479097/294884 There is no existing good package for this. Butit is fairly easy to do this using Unity UI. You must familiarize yourself with HorizontalLayoutGroup, etc, and how to add UI items