Skip to content

emberaine/RRCustomText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Info

This is a written documentation for rec room's custom text features.

Custom text works on buttons and the rec room chat.

If you like this repo, please give it a star!

Thanks to @King-Inubis and @XenonGaymer for helping with several codes

UPDATE: We have found the source text formatting guide, but you may still need this one as the syntax can be a little different in rec room. https://docs.unity3d.com/Manual/UIE-supported-tags.html http://digitalnativestudios.com/textmeshpro/docs/rich-text/

Simple Codes

<u> Underlines text.

Screenshot 2023-11-03 082228

<i> Makes text italic.

Screenshot 2023-11-03 082321

<b> Makes text bold.

Screenshot 2023-11-03 082401

<s> Makes text strikethrough.

image

Number Parameters

<rotate=~> Rotates every letter of your text.

Screenshot 2023-11-03 082134

<voffset=~> Moves text up and down.

image

Code Parameters

<mark=1> Highlights text.

image

<mark=#> turns every letter of your text into a white square.

image

<sprite index=~> Adds a sprite to your text.

Screenshot 2023-11-03 080934

image

<color=~> Changes the color of your text based on text values. (red, green, blue, yellow, pink, ect)

image

<#~~~~~~> Changes the color of your text based on RGB color codes. (#00ff00, ect)

image

About

Documentation for rec room's custom text features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors