Receiving Helpdesk

how do i add fonts to unity

by Bryon Schroeder Published 3 years ago Updated 2 years ago

  • Download or create custom fonts you want to add to Unity.
  • Now visit the “Project Window” and open the project folder to which you want to add new fonts.
  • A default project folder contains the following sub-folders – Assets, Library, Obj and ProjectSettings.
  • Open the Assets folder.
  • Drag and drop or copy-paste the new font files in the Assets folder.
  • Now go to the Unity Project Explorer and right click on the newly imported font.
  • A side menu will appear. Click on “Create”, then click on “TextMeshPro” and select “Font Asset”.
  • This will enable you to use the new font with your TextMeshPro text.

To add a font to your project you need to place the font file in your Assets folder. Unity will then automatically import it. Supported Font formats are TrueType Fonts (. ttf files) and OpenType Fonts
OpenType Fonts
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType's basic structure and adding many intricate data structures for prescribing typographic behavior. OpenType is a registered trademark of Microsoft Corporation.
https://en.wikipedia.org › wiki › OpenType
(.

Full Answer

How to import and use fonts in Unity?

Fonts can be created or imported for use in either the GUI Text or the Text Mesh Components. To add a font to your project you need to place the font file in your Assets folder. Unity will then automatically import it. Supported Font formats are TrueType Fonts (.ttf files) and OpenType Fonts (.otf files).

How to change font type in Unity?

Use this to access or edit the message displayed in Text. Use other Text properties such as size, font, and alignment to change the appearance of the text. These properties modify the text in this example: // UI.Text.text example // // A Space keypress changes the message shown on the screen.

How to set the font size of text in Unity?

void changeFontSize () { //Change the Font Size to 16 m_Text.fontSize = 30; //Change the RectTransform size to allow larger fonts and sentences m_RectTransform.sizeDelta = new Vector2 (m_Text.fontSize * 10, 100); //Change the m_Text text to the message below m_Text.text = "I changed my Font size!"; } }

How to enable fonts?

To Enable Untrusted Font Blocking in Windows 10,

  • Open the Registry Editor app.
  • Go to the following Registry key. ...
  • On the right, modify or create a new string (REG_SZ) value MitigationOptions_FontBocking.
  • Set its value to 1000000000000 to enable it.
  • Set the value data to 3000000000000 to enable the Audit mode.

More items...

How do I add fonts to unity 5?

1:383:40Unity 3d Tutorials - Basics - #9 Importing Fonts - YouTubeYouTubeStart of suggested clipEnd of suggested clipSo what you do is you drag. The you click the you select the font. And you drag it into your unityMoreSo what you do is you drag. The you click the you select the font. And you drag it into your unity scene.

How do I add fonts to unity TMP?

1. IntroductionCreate a new folder in your Assets directory for custom fonts, then copy a custom font into the folder. ... Open the Font Asset Creator by navigating to Window > TextMeshPro > Font Asset Creator (Figure 01). ... Once all settings are to your liking, select Generate Font Asset to import your new font.Jan 4, 2022

Where are fonts located Windows 10?

C:\Windows\Fonts folderAll fonts are stored in the C:\Windows\Fonts folder. You can also add fonts by simply dragging font files from the extracted files folder into this folder.

What fonts does Unity use?

The default font asset is a dynamic font which is set up to use Arial. If Unity can’t find the Arial font on your computer (for example, if you don’t have it installed), it will fall back to a font bundled with Unity called Liberation Sans.

Does Unity have dynamic fonts?

Dynamic fonts. When you set the Characters drop-down in the Import Settings to Dynamic, Unity will not pre-generate a texture with all font characters. Instead, it will use the FreeType font rendering engine to create the texture on the fly.

Can you use Unicode in C#?

You can also use unicode characters if you want to set the displayed text from scripting. The C# compiler fully supports Unicode based scripts A piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like.

Does Unity support Unicode?

Unity has full unicode support. Unicode text allows you to display German, French, Danish or Japanese characters that are usually not supported in an ASCII character set. You can also enter a lot of different special purpose characters like arrow signs or the option key sign, if your font supports it.

What fonts does Unity use?

The default font asset is a dynamic font which is set up to use Arial. If Unity can’t find the Arial font on your computer (for example, if you don’t have it installed), it will fall back to a font bundled with Unity called Liberation Sans.

How to make a font material in Illustrator?

To create a font material you will need to import your font as a texture then apply that texture to a material, then drag your font material onto the Default Material section. The Character Rects section is where each character of your font is defined.

How to use Unicode characters in Inspector?

To use unicode characters, choose either Unicode or Dynamic from the Characters drop-down in the Import Settings. You can now display unicode characters with this font. If you are using a GUIText or Text Mesh, you can enter unicode characters into the Component’s Text field in the Inspector.

How to change color of text mesh?

In the Project View, click on Create > Material, and select and set up the newly created Material in the Inspector. Make sure you assign the texture from the font asset to the material.

Does Unity have dynamic fonts?

Dynamic fonts. When you set the Characters drop-down in the Import Settings to Dynamic, Unity will not pre-generate a texture with all font characters. Instead, it will use the FreeType font rendering engine to create the texture on the fly.

Does Unity support Unicode?

Unity has full unicode support. Unicode text allows you to display German, French, Danish or Japanese characters that are usually not supported in an ASCII character set. You can also enter a lot of different special purpose characters like arrow signs or the option key sign, if your font supports it.

greenmoon4

how can I use other fonts in TextMesh Pro? I got a font from google fonts, but how can I use it? (file ending is .ttf if its useful)

totsboy

On the Unity Menu, go to Window -> TexMesh Pro -> Font Asset creator, and select the font you want to convert.

greenmoon4

On the Unity Menu, go to Window -> TexMesh Pro -> Font Asset creator, and select the font you want to convert.

Unity Technologies

I strongly suggest you take the time to watch the following videos which cover the important topic of Font Asset Creation as well as Working with Material Presets.

albandaryhammamy

On the Unity Menu, go to Window -> TexMesh Pro -> Font Asset creator, and select the font you want to convert.

atulvi

open the link https://fonts.google.com/ . Click right on corner Browse fonts click. and type the font in search box.

gliealonso

On the Unity Menu, go to Window -> TexMesh Pro -> Font Asset creator, and select the font you want to convert.

image

Importing Font Files

Image
To add a font to your project you need to place the font file in your Assets folder. Unity will then automatically import it. Supported Font formats are TrueType Fonts (.ttf files) and OpenType Fonts (.otf files). To change the Size of the font, highlight it in the Project View and you have a number of options in the Import Settings in t…
See more on docs.unity3d.com

Dynamic Fonts

  • When you set the Characters drop-down in the Import Settings to Dynamic, Unity will not pre-generate a texture with all font characters. Instead, it will use the FreeType font rendering engine to create the texture on the fly. This has the advantage that it can save in download size and texture memory, especially when you are using a font which is commonly included in user syste…
See more on docs.unity3d.com

Default Font Asset

  • The default font asset is a dynamic font which is set up to use Arial. If Unity can’t find the Arial font on your computer (for example, if you don’t have it installed), it will fall back to a font bundled with Unity called Liberation Sans. Liberation Sans looks like Arial, but it does not include bold or italic font styles, and only has a basic Latin character set - so styled text or non-latin characters …
See more on docs.unity3d.com

Custom Fonts

  • To create a custom font select ‘Create->custom font’ from the project window. This will add a custom font asset to your project library. The Ascii Start Offset field is a decimal that defines the Ascii index you would like to begin your Character Rects index from. For example, if your Ascii Start Offset is set to 0 then the capital letter A will be at index 65 but if the Ascii Start Offset is s…
See more on docs.unity3d.com

Unicode Support

  • Unity has full unicode support. Unicode text allows you to display German, French, Danish or Japanese characters that are usually not supported in an ASCII character set. You can also enter a lot of different special purpose characters like arrow signs or the option key sign, if your font supports it. To use unicode characters, choose either Unicode or Dynamic from the Characters d…
See more on docs.unity3d.com

Changing Font Color

  • There are different ways to change the color of your displayed font, depending on how the font is used.
See more on docs.unity3d.com

Hints

  1. To display an imported font select the font and choose GameObject > Create Other > 3D Text.
  2. You can reduce the generated texture size for fonts by using only lower or upper case characters.
See more on docs.unity3d.com

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9
8.3.21PHP Version833msRequest Duration2MBMemory UsageGET {post}Route
  • warninglog[04:24:31] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[04:24:31] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[04:24:31] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[04:24:31] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[04:24:31] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[04:24:31] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • warninglog[04:24:31] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • Booting (13.76ms)
  • Application (819ms)
  • 1 x Application (98.29%)
    818.53ms
    1 x Booting (1.65%)
    13.76ms
    7 templates were rendered
    • themes.DevBlog.content.post (resources/views/themes/DevBlog/content/post.blade.php)34blade
      Params
      0
      post
      1
      postContent
      2
      author
      3
      updated_at
      4
      bing_rich_snippet_text
      5
      bing_rich_snippet_link
      6
      bing_related_keywords
      7
      google_related_keywords
      8
      bing_news_title
      9
      bing_news_description
      10
      bing_videos
      11
      bing_images
      12
      bing_search_result_title
      13
      bing_search_result_description
      14
      bing_search_result_url
      15
      bing_paa_questions
      16
      bing_paa_answers
      17
      bing_slider_faq_questions
      18
      bing_slider_faq_answers
      19
      bing_pop_faq_questions
      20
      bing_pop_faq_answers
      21
      bing_tab_faq_questions
      22
      bing_tab_faq_answers
      23
      google_faq_questions
      24
      google_faq_answers
      25
      google_rich_snippet
      26
      google_search_result
      27
      indexedArray
      28
      total_images
      29
      total_videos
      30
      settings
      31
      url_current
      32
      menus
      33
      sidebar
    • themes.DevBlog.layouts.master (resources/views/themes/DevBlog/layouts/master.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.head (resources/views/themes/DevBlog/panels/head.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.header (resources/views/themes/DevBlog/panels/header.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.navbar (resources/views/themes/DevBlog/panels/navbar.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.footer (resources/views/themes/DevBlog/panels/footer.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.scripts (resources/views/themes/DevBlog/panels/scripts.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    uri
    GET {post}
    middleware
    web, checkdate
    as
    post.show
    controller
    App\Http\Controllers\Frontend\json_data\PostController@show
    namespace
    where
    file
    app/Http/Controllers/Frontend/json_data/PostController.php:18-166
    7 statements were executed794ms
    • select * from `posts` where `published_at` <= '2025-06-20 04:24:31' and `slug` = 'how-do-i-add-fonts-to-unity' and `posts`.`deleted_at` is null limit 1
      4.49ms/app/Providers/RouteServiceProvider.php:54receivinghelpdeskask
      Metadata
      Bindings
      • 0. 2025-06-20 04:24:31
      • 1. how-do-i-add-fonts-to-unity
      Backtrace
      • 15. /app/Providers/RouteServiceProvider.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:842
      • 19. Route binding:39
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
    • select * from `json_post_contents` where `json_post_contents`.`post_id` = 153051 and `json_post_contents`.`post_id` is not null and `rewrite_id` = 0
      8.7msmiddleware::checkdate:30receivinghelpdeskask
      Metadata
      Bindings
      • 0. 153051
      • 1. 0
      Backtrace
      • 19. middleware::checkdate:30
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/jetstream/src/Http/Middleware/ShareInertiaData.php:61
      • 22. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
    • select * from `nova_menu_menus` where `slug` = 'header' limit 1
      700μs/vendor/outl1ne/nova-menu-builder/src/helpers.php:32receivinghelpdeskask
      Metadata
      Bindings
      • 0. header
      Backtrace
      • 15. /vendor/outl1ne/nova-menu-builder/src/helpers.php:32
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`menu_id` = 1 and `nova_menu_menu_items`.`menu_id` is not null and `parent_id` is null order by `parent_id` asc, `order` asc, `name` asc
      660μs/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 19. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 20. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`parent_id` in (1) order by `order` asc
      780μs/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Backtrace
      • 24. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 25. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select `id`, `post_title`, `slug` from `posts` where `status` = 'publish' and `posts`.`deleted_at` is null order by RAND() limit 10
      778ms/app/View/Composers/SidebarView.php:22receivinghelpdeskask
      Metadata
      Bindings
      • 0. publish
      Backtrace
      • 14. /app/View/Composers/SidebarView.php:22
      • 15. /app/View/Composers/SidebarView.php:12
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
    • select * from `fake_users` where `fake_users`.`id` = 38602 limit 1
      1.38msview::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15receivinghelpdeskask
      Metadata
      Bindings
      • 0. 38602
      Backtrace
      • 21. view::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15
      • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 26. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    App\Models\FakeUser
    1
    Outl1ne\MenuBuilder\Models\MenuItem
    1
    Outl1ne\MenuBuilder\Models\Menu
    1
    App\Models\JsonPostContent
    1
    App\Models\Post
    11
        _token
        IKgn1032HbXsCFbkAF7bIgE5URsdk6QiF2FF3rKk
        _previous
        array:1 [ "url" => "https://receivinghelpdesk.com/ask/how-do-i-add-fonts-to-unity" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /how-do-i-add-fonts-to-unity
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:25 [ "cookie" => array:1 [ 0 => "_pk_id.64.7c30=d38ed4bf46d1387e.1750373661.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6ImZGS2g5YVVBRHRTanJET1FaRmFNSFE9PSIsInZhbHVlIjoiWUJHNTM3N2NuMjNhUUpqSlMyZkpFTmNidVdSVW5jNEtwSkpUUFo4Rm5sVkJYUVhnaFN1L0dDTDQwQ2VLSTNNMmxIOWVuVGJmZkdHL0dzRlhQTVNMcWJsYVE4M0VRdTNtV2ZPOGw5U3lacEk2RjJORFliRUozeks0YmlycmJ6RDciLCJtYWMiOiJkMzQ5MmRmZDhkZTdjY2Y0MTE4NjhkZTFkZThmOWU3MmRkNjA1NmU2ZTY2N2Q1YzllN2I3ZjFiOGU5N2RhNjE3IiwidGFnIjoiIn0%3D; askhelpdesk_session=eyJpdiI6InB3Z0Njcng2Y1ZjTXFqS0RpSTBiemc9PSIsInZhbHVlIjoiVDhwdzRxVEJTZCtrRW1DaDA2MkZ2U0Fya0Y2a2JCVHNtdVF0S1NUQUI5Q29HNWpuRzZyNkRJREowcnY4c3R1MHNDeTEyeE9uaXRjRFc3U0xlOVRDSEJHSHRVYitBaTFvU0VkSnNTdVRoczQzRjNRdW1lcFNoUi9jaGVFVjh0SHkiLCJtYWMiOiIwYTkxNzFiYjEzZTAzZjJiNDFhNWZmMTUyMDVkMjI0NTczNzA0OGMyYzMxYWJlNmRmNDIzZmExMjA3ODQxMTlhIiwidGFnIjoiIn0%3D_pk_id.64.7c30=d38ed4bf46d1387e.1750373661.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6ImZGS2g5YVVBRHRTanJET1FaRmFNSFE9PSIsInZhbHVlIjoiWUJHNTM3N2NuMjNhUUpqSlMyZkpFT" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "216.73.216.169" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cf-ray" => array:1 [ 0 => "95269bd91c9ea599-ORD" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.169, 172.70.127.187" ] "x-server-addr" => array:1 [ 0 => "154.12.239.204" ] "host" => array:1 [ 0 => "receivinghelpdesk.com" ] ]
        request_server
        0 of 0
        array:56 [ "USER" => "runcloud" "HOME" => "/home/runcloud" "SCRIPT_NAME" => "/ask/index.php" "REQUEST_URI" => "/ask/how-do-i-add-fonts-to-unity" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/ask/how-do-i-add-fonts-to-unity" "REMOTE_PORT" => "42766" "SCRIPT_FILENAME" => "/home/runcloud/webapps/ReceivingHelpDesk/ask/index.php" "SERVER_ADMIN" => "you@example.com" "CONTEXT_DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "REMOTE_ADDR" => "172.70.127.187" "SERVER_PORT" => "80" "SERVER_ADDR" => "127.0.0.1" "SERVER_NAME" => "receivinghelpdesk.com" "SERVER_SOFTWARE" => "Apache/2.4.63 (Unix) OpenSSL/1.1.1f" "SERVER_SIGNATURE" => "" "LD_LIBRARY_PATH" => "/RunCloud/Packages/apache2-rc/lib" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HTTP_COOKIE" => "_pk_id.64.7c30=d38ed4bf46d1387e.1750373661.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6ImZGS2g5YVVBRHRTanJET1FaRmFNSFE9PSIsInZhbHVlIjoiWUJHNTM3N2NuMjNhUUpqSlMyZkpFTmNidVdSVW5jNEtwSkpUUFo4Rm5sVkJYUVhnaFN1L0dDTDQwQ2VLSTNNMmxIOWVuVGJmZkdHL0dzRlhQTVNMcWJsYVE4M0VRdTNtV2ZPOGw5U3lacEk2RjJORFliRUozeks0YmlycmJ6RDciLCJtYWMiOiJkMzQ5MmRmZDhkZTdjY2Y0MTE4NjhkZTFkZThmOWU3MmRkNjA1NmU2ZTY2N2Q1YzllN2I3ZjFiOGU5N2RhNjE3IiwidGFnIjoiIn0%3D; askhelpdesk_session=eyJpdiI6InB3Z0Njcng2Y1ZjTXFqS0RpSTBiemc9PSIsInZhbHVlIjoiVDhwdzRxVEJTZCtrRW1DaDA2MkZ2U0Fya0Y2a2JCVHNtdVF0S1NUQUI5Q29HNWpuRzZyNkRJREowcnY4c3R1MHNDeTEyeE9uaXRjRFc3U0xlOVRDSEJHSHRVYitBaTFvU0VkSnNTdVRoczQzRjNRdW1lcFNoUi9jaGVFVjh0SHkiLCJtYWMiOiIwYTkxNzFiYjEzZTAzZjJiNDFhNWZmMTUyMDVkMjI0NTczNzA0OGMyYzMxYWJlNmRmNDIzZmExMjA3ODQxMTlhIiwidGFnIjoiIn0%3D_pk_id.64.7c30=d38ed4bf46d1387e.1750373661.; _pk_ses.64.7c30=1; XSRF-TOKEN=eyJpdiI6ImZGS2g5YVVBRHRTanJET1FaRmFNSFE9PSIsInZhbHVlIjoiWUJHNTM3N2NuMjNhUUpqSlMyZkpFT" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "216.73.216.169" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_CF_RAY" => "95269bd91c9ea599-ORD" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "216.73.216.169, 172.70.127.187" "HTTP_X_SERVER_ADDR" => "154.12.239.204" "HTTP_HOST" => "receivinghelpdesk.com" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/ask/index.php" "REQUEST_TIME_FLOAT" => 1750373671.8771 "REQUEST_TIME" => 1750373671 ]
        request_cookies
        0 of 0
        array:4 [ "_pk_id_64_7c30" => null "_pk_ses_64_7c30" => null "XSRF-TOKEN" => "IKgn1032HbXsCFbkAF7bIgE5URsdk6QiF2FF3rKk" "askhelpdesk_session" => "8DZQvKwqX0mhX6Ju9HEUIIr3aMKEbwRJzuWjVyMY" ]
        response_headers
        0 of 0
        array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Thu, 19 Jun 2025 22:54:31 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJFMlREb2UrSHVudWNVUTI3cEI5THc9PSIsInZhbHVlIjoidHBDcHhvMkpuUnE1WXQwLzU0TWJ3OHl2dHRTQ29nYWRuSHdYbkJ1RkJsYm1vTXI3RGxpeThUY3MxV1ZuTm5zWkRodDlnZUNiM2VaV1ZYL0o5aEN6WWF3eUF2eDVXWVAwV2tBTWI1bEYzL2RCRDZyY0lyYmYrWVlSWURaVURBWm8iLCJtYWMiOiIzODFmZTk3ODZlZWRiY2EwYTY3ZGI1ZTlhZGYwZmYwNDM3NWIzMjVhMTc5NzQ0YzYxOTlmZjY5ODk5YTc0OWRlIiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 00:54:32 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlJFMlREb2UrSHVudWNVUTI3cEI5THc9PSIsInZhbHVlIjoidHBDcHhvMkpuUnE1WXQwLzU0TWJ3OHl2dHRTQ29nYWRuSHdYbkJ1RkJsYm1vTXI3RGxpeThUY3MxV1ZuTm5zWkRodDlnZ" 1 => "askhelpdesk_session=eyJpdiI6IkNkWENlM2ZWd2N0dStjY0REaDU2ZlE9PSIsInZhbHVlIjoiNWZiaHhndm9FRDBXeEZOUlVOVUU3cVp1ZDRXa09BWDJrcG1qOG5QSUlGeGN3M2hDZnA5SDluWmlsZVhiTXF0cWdNekFSdWF5NmlxUVY2YWY4TS9zWFZtSEVDRXVWa3NZZ0VVZ1RUSVNSTitEWHJCRUNOMnJMR3AvQ3dEaG03OGsiLCJtYWMiOiIzZWE4Y2ViZjVjM2FiZTdkMjlmZjc4MjlkZTA0MjdlOTNlMjkyNmVlNTRlNjA5MzJhZGM4OGZiMmI3MWY2M2E3IiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 00:54:32 GMT; Max-Age=7200; path=/; httponly; samesite=laxaskhelpdesk_session=eyJpdiI6IkNkWENlM2ZWd2N0dStjY0REaDU2ZlE9PSIsInZhbHVlIjoiNWZiaHhndm9FRDBXeEZOUlVOVUU3cVp1ZDRXa09BWDJrcG1qOG5QSUlGeGN3M2hDZnA5SDluWmlsZVhiTXF0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJFMlREb2UrSHVudWNVUTI3cEI5THc9PSIsInZhbHVlIjoidHBDcHhvMkpuUnE1WXQwLzU0TWJ3OHl2dHRTQ29nYWRuSHdYbkJ1RkJsYm1vTXI3RGxpeThUY3MxV1ZuTm5zWkRodDlnZUNiM2VaV1ZYL0o5aEN6WWF3eUF2eDVXWVAwV2tBTWI1bEYzL2RCRDZyY0lyYmYrWVlSWURaVURBWm8iLCJtYWMiOiIzODFmZTk3ODZlZWRiY2EwYTY3ZGI1ZTlhZGYwZmYwNDM3NWIzMjVhMTc5NzQ0YzYxOTlmZjY5ODk5YTc0OWRlIiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 00:54:32 GMT; path=/XSRF-TOKEN=eyJpdiI6IlJFMlREb2UrSHVudWNVUTI3cEI5THc9PSIsInZhbHVlIjoidHBDcHhvMkpuUnE1WXQwLzU0TWJ3OHl2dHRTQ29nYWRuSHdYbkJ1RkJsYm1vTXI3RGxpeThUY3MxV1ZuTm5zWkRodDlnZ" 1 => "askhelpdesk_session=eyJpdiI6IkNkWENlM2ZWd2N0dStjY0REaDU2ZlE9PSIsInZhbHVlIjoiNWZiaHhndm9FRDBXeEZOUlVOVUU3cVp1ZDRXa09BWDJrcG1qOG5QSUlGeGN3M2hDZnA5SDluWmlsZVhiTXF0cWdNekFSdWF5NmlxUVY2YWY4TS9zWFZtSEVDRXVWa3NZZ0VVZ1RUSVNSTitEWHJCRUNOMnJMR3AvQ3dEaG03OGsiLCJtYWMiOiIzZWE4Y2ViZjVjM2FiZTdkMjlmZjc4MjlkZTA0MjdlOTNlMjkyNmVlNTRlNjA5MzJhZGM4OGZiMmI3MWY2M2E3IiwidGFnIjoiIn0%3D; expires=Fri, 20-Jun-2025 00:54:32 GMT; path=/; httponlyaskhelpdesk_session=eyJpdiI6IkNkWENlM2ZWd2N0dStjY0REaDU2ZlE9PSIsInZhbHVlIjoiNWZiaHhndm9FRDBXeEZOUlVOVUU3cVp1ZDRXa09BWDJrcG1qOG5QSUlGeGN3M2hDZnA5SDluWmlsZVhiTXF0" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "IKgn1032HbXsCFbkAF7bIgE5URsdk6QiF2FF3rKk" "_previous" => array:1 [ "url" => "https://receivinghelpdesk.com/ask/how-do-i-add-fonts-to-unity" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]