UI Toolkit stores project-wide text settings in the Panel Text Settings asset. UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary Toolkit uses a default Panel Text Settings asset for your text objects.
For runtime UI, you can create and assign a Panel Text Settings asset to the Panel Setting asset, and edit the text setting properties:
Note: In the current release, you can’t change the default Panel Text Settings for Editor UI.
This section describes all the properties for the Panel Text Settings asset. The Panel Text Settings asset controls the default values for all text objects used within that Panel.
You can edit the paths to store the font assets, spriteA 2D graphic objects. If you are used to working in 3D, Sprites are essentially just standard textures but there are special techniques for combining and managing sprite textures for efficiency and convenience during development. More info
See in Glossary assets, custom style sheets, and the color gradient presets. The paths must be a sub-folder of a Resources
folder. Create a Resources
folder if you don’t have one in your project.
After you create a font asset from a font file, you must place it in the path set to store all the font assets.
Property | Description |
---|---|
Default Font Asset | Default font to use when you create a new text object. |
Path | Path to store all the font assets. |
Manage the global fallback font assets list for this font asset.
Note: The local fallback set in the Font Asset Properties has precedence over the global fallback .
Property | Description |
---|---|
Fallback Font Assets List | Click + and - to add and remove font slots. Click the circle icon next to a font to open an Object Picker where you can choose a font asset. Drag the handles on the left side of any font asset to reorder the list. |
Project-wide settings to handle missing glyphs.
Property | Description |
---|---|
Missing Character Unicode | Unicode of the character to use when a missing glyph isn’t in any of the fallback fonts. The default value of 0 produces the outline of a square. |
Clear Dynamic Data on Build | Clear all dynamic data and restore the font asset back to its default creation and empty state. |
Disable Warnings | Enable this if you don’t want to log a warning for every missing glyph. |
After you create a sprit asset, you must place it in the path set to store all the sprite assets. You can set a default sprite asset and reference the sprites in the default sprite asset by index or sprite name.
Property | Description |
---|---|
Default Sprite Asset | Sprite asset to use by default. |
Missing Sprite Unicode | Unicode of the sprite for a missing sprite. |
Path | Path to store all the sprite assets. |
The fallback list set in the Panel Text Setting is called the global fallback. The local fallback set in the Sprite Asset has precedence over the global fallback list.
Property | Description |
---|---|
Sprite Asset Fallback List | Add or remove a sprite asset in the fallback list. You can also drag the handles on the left side of any sprit asset to reorder the list. |
After you create a custom style sheet, you must place it in the path set to store all the custom style sheet assets.
Property | Description |
---|---|
Default Style Sheet | Default style sheet to use by all text objects in the project. |
Path | Path to store all the custom style sheet assets. |
Set the path to store all color gradients presets.
Property | Description |
---|---|
Path | Path to store the Color Gradient presets. |
To get correct line-breaking behavior for Asian languages, specify which characters behave as leading and following characters.
Property | Description |
---|---|
Leading Characters | Specify the text file that contains the list of leading characters. |
Following Characters | Specify the text file that contains the list of following characters. |
Korean Line Breaking Rules | Enable this to use modern rules. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.