TextInlineSprite icon indicating copy to clipboard operation
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'

Open zuig opened this issue 6 years ago • 1 comments

Assets/EmojiText/Scripts/InlineText.cs(399,20): error CS0019: Operator *' cannot be applied to operands of type UnityEngine.Vector2' and `UnityEngine.Vector2'

zuig avatar Jan 05 '19 09:01 zuig

应该是低于Unity2018的版本不支持Vector2的相乘,可以拆分Vector2手动相乘

coding2233 avatar Jan 10 '19 03:01 coding2233