{"id":20508869,"url":"https://github.com/smkplus/kamalidebug","last_synced_at":"2025-04-13T22:10:33.245Z","repository":{"id":55062360,"uuid":"215304132","full_name":"smkplus/KamaliDebug","owner":"smkplus","description":"Easy way to Debug Colorful texts in Unity Console","archived":false,"fork":false,"pushed_at":"2019-10-18T10:48:46.000Z","size":10163,"stargazers_count":83,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T12:23:59.494Z","etag":null,"topics":["csharp","unity"],"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/smkplus.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}},"created_at":"2019-10-15T13:20:22.000Z","updated_at":"2024-12-28T10:11:13.000Z","dependencies_parsed_at":"2022-08-14T10:40:37.004Z","dependency_job_id":null,"html_url":"https://github.com/smkplus/KamaliDebug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkplus%2FKamaliDebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkplus%2FKamaliDebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkplus%2FKamaliDebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smkplus%2FKamaliDebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smkplus","download_url":"https://codeload.github.com/smkplus/KamaliDebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788927,"owners_count":21161727,"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":["csharp","unity"],"created_at":"2024-11-15T20:20:53.541Z","updated_at":"2025-04-13T22:10:33.215Z","avatar_url":"https://github.com/smkplus.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KamaliDebug\nEasy way to Debug Colorful Texts in Unity Console\n\n\n### Example 1 \n\n![image](https://user-images.githubusercontent.com/16706911/66844927-0af01480-ef7c-11e9-8202-a2d35878955e.png)\n\n\n```\n    private void Start()\n    {\n    DebugX.Log(@\"I:orange:b; love:red:b; Unity:yellow:b;\n    ColorfullllllllllllllllText:rainbow:b;\");\n    \n    DebugX.Log(\"sniper:orange:b; bug:green:b;\");\n\n    }\n```\n\n### Example 2\n\n\n![image](https://user-images.githubusercontent.com/16706911/67084273-808cf800-f1a9-11e9-9a12-a283fc66b957.png)\n\n```\nusing UnityEngine;\nusing KamaliDebug;\npublic class Example : MonoBehaviour\n{\n    public int score;\n    public int health;\n    private void Start()\n    {\n        DebugX.Log($\"Score = {score}:yellow:b;\");\n        DebugX.Log($\"Health = {health}:green:b;\");\n    }\n}\n```\n\n\n\n### Syntax \n\n```(Text or Emoji):Color:TextStyle;```\n\n\n\n\n### Font Color\n\n```DebugX.Log(\"Hello world:green;\");```\n\n\n\n\n![image](https://user-images.githubusercontent.com/16706911/66838611-d2e3d400-ef71-11e9-8721-c71773f4cd79.png)\n\n### Font Style \n* b = Bold\n* i = Italic\n\n```DebugX.Log(\"Hello:b; World:i;\");```\n\n\n    \n![image](https://user-images.githubusercontent.com/16706911/66840783-72569600-ef75-11e9-80c7-4d0d3e8ffab2.png)\n\n\n### Emoji\n\n```DebugX.Log(\"love:red:b; love:red:b; love:red:b;\");```\n\n\n![image](https://user-images.githubusercontent.com/16706911/66839173-dd529d80-ef72-11e9-9010-eac6aaf06411.png)\n\n\n\n\n### Complex\n\n```DebugX.Log(\"Hello:yellow:b; world:red:b;\");```\n\n![image](https://user-images.githubusercontent.com/16706911/66838419-7da7c280-ef71-11e9-83c6-d0dda9d5d75f.png)\n\n\n\n___________\n\nToDo:\n\n1.optimization ( I call a regex per Debug.LogX I should prevent this in build).\n\n2.Add more fontstyles , colors and emojis\n\n3.Make ScriptableObject for Colors\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkplus%2Fkamalidebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmkplus%2Fkamalidebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmkplus%2Fkamalidebug/lists"}