You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Hey there. I want my UIMenuItem to have a right label of the christian cross, but I can't get it to work. It always displays as tofu ingame (the outlined box for when there's an issue with the character)
I already tried both charItem.SetRightLabel("✝"); and charItem.SetRightLabel("\u271d"); (I don't know why GitHub replaced that symbol with an emoji, I didn't use an emoji obviously)
Hey there. I want my UIMenuItem to have a right label of the christian cross, but I can't get it to work. It always displays as tofu ingame (the outlined box for when there's an issue with the character)
I already tried both
charItem.SetRightLabel("✝");andcharItem.SetRightLabel("\u271d");(I don't know why GitHub replaced that symbol with an emoji, I didn't use an emoji obviously)