All Projects β†’ skibitsky β†’ unity-rich-text

skibitsky / unity-rich-text

Licence: other
🌈 Forget about rich text tags pain

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-rich-text

Debuguisystem
Create a runtime menu system with buttons and windows for debugging in one line of code.
Stars: ✭ 48 (+242.86%)
Mutual labels:  console, debug
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (+35.71%)
Mutual labels:  console, debug
ddquery
Django Debug Query (ddquery) beautiful colored SQL statements for logging
Stars: ✭ 25 (+78.57%)
Mutual labels:  console, debug
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+1385.71%)
Mutual labels:  upm, upm-package
unity-now
β–² Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (+50%)
Mutual labels:  upm, upm-package
consono
The most correct, informative, appealing and configurable variable inspector for JavaScript
Stars: ✭ 17 (+21.43%)
Mutual labels:  console, debug
com.xrtk.oculus
The Oculus platform components for the XRTK
Stars: ✭ 11 (-21.43%)
Mutual labels:  upm, upm-package
Hairibar.Ragdoll
A package for animating ragdolls through keyframed animations.
Stars: ✭ 66 (+371.43%)
Mutual labels:  upm, upm-package
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging πŸ€—
Stars: ✭ 20 (+42.86%)
Mutual labels:  debug
er-console
ιšζœΊζ‰“ε°ζΆζžδΏ‘ζ―
Stars: ✭ 24 (+71.43%)
Mutual labels:  console
ignition
A beautiful error page for PHP apps
Stars: ✭ 171 (+1121.43%)
Mutual labels:  debug
error
Makes handling and debugging PHP errors suck less
Stars: ✭ 17 (+21.43%)
Mutual labels:  debug
deno-debug
Debugging utility for deno. Ported from https://npmjs.com/debug
Stars: ✭ 15 (+7.14%)
Mutual labels:  debug
debug
a racket lang-extension for debugging, and a macro for inserting a debug-repl
Stars: ✭ 35 (+150%)
Mutual labels:  debug
laravel-conditional-providers
THIS PACKAGE HAS BEEN DEPRECATED β€” Load Laravel service providers and facades based on the current environment.
Stars: ✭ 26 (+85.71%)
Mutual labels:  debug
UIfied
A unified PowerShell DSL for UIs
Stars: ✭ 25 (+78.57%)
Mutual labels:  console
rich-text
A set of companion packages for GraphCMS's Rich Text Field
Stars: ✭ 62 (+342.86%)
Mutual labels:  rich-text
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+550%)
Mutual labels:  console
pino-caller
🌲 Include call site of pino log messages
Stars: ✭ 35 (+150%)
Mutual labels:  debug
how-to-qemu-arm-gdb-gtest
How to run, debug, and unit test ARM code on X86 ubuntu
Stars: ✭ 19 (+35.71%)
Mutual labels:  debug

This package has been deprecated in favour of string-formatter

Unity Rich Text openupm

Unity 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).

It makes very easy to apply a few rich text tags at once.

Note that it creates a lot of garbage hence I don't recommend to use it in production.

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.skibitsky.unity-rich-text

Install via Git URL

Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

{
    "dependencies": {
        "com.skibitsky.unity-rich-text": "https://github.com/skibitsky/unity-rich-text.git"
    }
}

Notice: 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.

"lock": {
  "com.skibitsky.unity-rich-text": {
    "revision": "master",
    "hash": "..."
  }
}

Usage

Debug.Log(17.Red().Bold()):
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].