Copyright Tag In GUI Text

How do I place the copyright symbol in my game - , using javascript

Thanks

Chris

Instead of using the copyright symbol directly in the string use the unicode: \u00A9 in the string

If whatever font you are using in you GUIText has the Copyright character, you can just cut and paste it right in via a string.

You need to make sure your font settings allow for extra characters. Find your font material in your project folder and make sure the character setting is set to "Dynamic" or "Unicode"