在unity里面将unicode码转换成字符串,然后就可以再android和ios原生上显示了,
如下是在unity里面将unicode码转字符串方法:
csharp
string unicodeString = char.ConvertFromUtf32((int)emojiSprite.unicode);
在unity里面将unicode码转换成字符串,然后就可以再android和ios原生上显示了,
如下是在unity里面将unicode码转字符串方法:
string unicodeString = char.ConvertFromUtf32((int)emojiSprite.unicode);