Click or drag to resize
1.6.2

Version 1.6.2 was released on 2015-10-29.

New Features
  • Quad material can now be assigned from inspector.
  • Included animated quad example in example scene.
  • Added SimpleGradient component.
Changes
  • Quad[] HyperTextStyles.GetQuadStyles() is now obsolete; use void HyperTextStyles.GetQuadStyles(ref List<Quad>) instead.
  • HyperTextStyles.Text.TagRegex is now obsolete.
  • HyperTextProcessor now only allocates a Regex the first time the class encounters a particular custom tag.
  • Creating a new HyperTextStyles using the button in the HyperText inspector now makes the new styles object inherit the font size, color, and style from the HyperText instance that was selected.
  • Link colors are now composited differently so their base colors can be set with a <color> tag inside the <a> tag or via an IVertexModifier/IMeshModifier component.
  • Removed HyperTextDefineSymbols.cs; please delete it.
  • Library updates.
Bug Fixes
  • Fixed console error when compiling editor pass in Unity 5.3.0b4.
See Also