TextInlineSprite
TextInlineSprite copied to clipboard
Assets/EmojiText/Scripts/InlineText.cs(399,20): error CS0019: Operator `*' cannot be applied to operands of type `UnityEngine.Vector2' and `UnityEngine.Vector2'
Assets/EmojiText/Scripts/InlineText.cs(399,20): error CS0019: Operator *' cannot be applied to operands of type
UnityEngine.Vector2' and `UnityEngine.Vector2'
应该是低于Unity2018
的版本不支持Vector2
的相乘,可以拆分Vector2
手动相乘