{"id":13731025,"url":"https://github.com/skibitsky/unity-rich-text","last_synced_at":"2025-04-10T21:21:59.774Z","repository":{"id":98989561,"uuid":"194409629","full_name":"skibitsky/unity-rich-text","owner":"skibitsky","description":"🌈 Forget about rich text tags pain ","archived":false,"fork":false,"pushed_at":"2021-03-28T12:41:20.000Z","size":30,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T19:16:10.387Z","etag":null,"topics":["console","csharp","debug","rich-text","unity","upm","upm-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skibitsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-29T13:38:55.000Z","updated_at":"2023-06-02T09:08:56.000Z","dependencies_parsed_at":"2024-01-06T16:01:02.855Z","dependency_job_id":null,"html_url":"https://github.com/skibitsky/unity-rich-text","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"skibitsky/unity-empty-2d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-rich-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-rich-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-rich-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-rich-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skibitsky","download_url":"https://codeload.github.com/skibitsky/unity-rich-text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248299022,"owners_count":21080449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console","csharp","debug","rich-text","unity","upm","upm-package"],"created_at":"2024-08-03T02:01:22.932Z","updated_at":"2025-04-10T21:21:59.752Z","avatar_url":"https://github.com/skibitsky.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"## This package has been deprecated in favour of [string-formatter](https://github.com/skibitsky/string-formatter)\n\n# Unity Rich Text [![openupm](https://img.shields.io/npm/v/com.skibitsky.unity-rich-text?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.skibitsky.unity-rich-text/)\n\nUnity Rich Text allows you easily highlight any variable when using `Debug.Log` or any other place that supports rich text (i.e. GUIStyle or TextMeshPro).\n\n![](https://imgur.com/EQGAzpx.jpeg)\n\nIt makes very easy to apply a few rich text tags at once.\n\nNote that it creates a lot of garbage hence I don't recommend to use it in production.\n\n## Installation\n\n### Install via OpenUPM\n\nThe package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).\n\n```\nopenupm add com.skibitsky.unity-rich-text\n```\n\n### Install via Git URL\n\nOpen *Packages/manifest.json* with your favorite text editor. Add the following line to the dependencies block.\n\n    {\n        \"dependencies\": {\n            \"com.skibitsky.unity-rich-text\": \"https://github.com/skibitsky/unity-rich-text.git\"\n        }\n    }\n\nNotice: Unity Package Manager records the current commit to a lock entry of the *manifest.json*. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.\n\n    \"lock\": {\n      \"com.skibitsky.unity-rich-text\": {\n        \"revision\": \"master\",\n        \"hash\": \"...\"\n      }\n    }\n\n\n## Usage\n\n```csharp\nDebug.Log(17.Red().Bold()):\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Funity-rich-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskibitsky%2Funity-rich-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Funity-rich-text/lists"}