{"id":20081275,"url":"https://github.com/depuits/consolepp","last_synced_at":"2026-05-08T12:50:14.066Z","repository":{"id":24923622,"uuid":"28340690","full_name":"depuits/ConsolePP","owner":"depuits","description":"Unity3D editor console","archived":false,"fork":false,"pushed_at":"2017-12-29T08:24:23.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T13:28:27.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depuits.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":"2014-12-22T13:57:32.000Z","updated_at":"2022-08-17T04:27:36.000Z","dependencies_parsed_at":"2022-08-23T03:50:50.306Z","dependency_job_id":null,"html_url":"https://github.com/depuits/ConsolePP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/depuits/ConsolePP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depuits%2FConsolePP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depuits%2FConsolePP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depuits%2FConsolePP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depuits%2FConsolePP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depuits","download_url":"https://codeload.github.com/depuits/ConsolePP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depuits%2FConsolePP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080749,"owners_count":27282285,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T15:34:10.360Z","updated_at":"2025-11-27T12:07:52.540Z","avatar_url":"https://github.com/depuits.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Console++\n========\n\n![Console++](console++.jpg)\n\n#about\nConsole++ is a Unity3D editor console which includes more features then the default unity console.\n\n##features\n- channels\n- colors\n- complete callstack jumpto\n- use of params in logs *(using string.Format)*\n- timestamp\n- frame number\n- more levels\n  - Trace\n  - Debug\n  - Info\n  - Warning\n  - Error\n- save to hmtl *(wip)*\n\n#install\nJust copy the ConsolePP folder in your project. After compilation you will be able to open the console++ under \"Window/Console++\".\n\n#usage\n##logging\nYou can still use \n```C#\nDebug.Log(\"\");\nDebug.LogWarning(\"\");\nDebug.LogError(\"\");\n```\nthese logs will be added to the default channel with the info, warning or error levels. \n\nNext to that you can now use\n```C#\nLog.Trace(string id, string msg);\nLog.Debug(string id, string msg);\nLog.Info(string id, string msg);\nLog.Warning(string id, string msg);\nLog.Error(string id, string msg);\n```\nHere the id is the channel and the msg the normal message.\n\n##commands (wip)\nInside the console there is a simple command line which supports a small number off command. These command can also be send using the command level (`Log.Command(string id, string msg);`). Commands which apply on a channel are executed on the given channel or the default if none is given. Other commands apply to the global level. A command channel can be defined by `channelId:command params`.\n\n- channel commands\n  - show\n  - hide\n  - toggle\n  - color *r* *g* *b* *a*\n  - log *lvl* *msg*\n  - clear (not implemented yet)\n- global commands\n  - deselect\n  - clearall\n  - clearchannels\n  - save\n  - ulog *msg*\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepuits%2Fconsolepp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepuits%2Fconsolepp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepuits%2Fconsolepp/lists"}