- Current Version: 1.0.1: 2015-02-18T02:48:14Z
- First Published: 2014-12-17T22:03:00Z
- Size: 2592096
- Supported Unity Versions: 4.6.0
Text Action Pro
Text Action Pro features:
- Support multiple links (or "buttons") inside one text component
- Support animation, creating "wave" for text is possible and many other effect, see video in Unity thread for reference
- Curve for text: you could make uneven text very easily and visually via curve field
- Link behave like button in new ui: you could tint color, use fade duration, play animation on click/press/highlight etc., only sprite swap isnt supported
- Link work even on curved text and multiline except curved AND offsetted multiline link (still fire events but there is huge chance to see incorrect recognize clickable area, see video)
- You could check which character was clicked via TextWithEvents.lastClickedIndex
- Semi-automated editor functionality - button is properly generated during typing text into text field, after this you only need some adjusting variables
-You can animate every link separately: look into Link component inculded in every new button (children of text)
-You can swap whole text with another text which contain another links
- source code included
Getting started is very simple: attach TextWithEvents component to UI's GO and paste text into text field; then type a href=nameOfAction>your link (add "<" before "a href"). Look at the end of text field on the pictures below for better explanation
Unity thread for feedback and bug reports: Text Action thread
Add to cart