{"id":16994687,"url":"https://github.com/vishnurajendran/developerconsole","last_synced_at":"2025-04-15T19:53:58.527Z","repository":{"id":184671497,"uuid":"574409793","full_name":"vishnurajendran/DeveloperConsole","owner":"vishnurajendran","description":"A simple developer console for unity","archived":false,"fork":false,"pushed_at":"2025-03-15T00:10:56.000Z","size":2253,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T19:53:53.740Z","etag":null,"topics":["csharp","developer-tools","open-source","unity","unity2d","unity3d"],"latest_commit_sha":null,"homepage":"","language":"ShaderLab","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/vishnurajendran.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,"dei":null}},"created_at":"2022-12-05T08:49:41.000Z","updated_at":"2025-03-15T00:11:00.000Z","dependencies_parsed_at":"2024-01-26T07:45:04.295Z","dependency_job_id":null,"html_url":"https://github.com/vishnurajendran/DeveloperConsole","commit_stats":null,"previous_names":["vishnurajendran/developerconsole"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnurajendran%2FDeveloperConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnurajendran%2FDeveloperConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnurajendran%2FDeveloperConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnurajendran%2FDeveloperConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishnurajendran","download_url":"https://codeload.github.com/vishnurajendran/DeveloperConsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145295,"owners_count":21219966,"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","developer-tools","open-source","unity","unity2d","unity3d"],"created_at":"2024-10-14T03:46:15.968Z","updated_at":"2025-04-15T19:53:58.519Z","avatar_url":"https://github.com/vishnurajendran.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeveloperConsole\n A simple developer console for unity\n\n![](https://github.com/vishnurajendran/DeveloperConsole/blob/main/devconsole.png)\n## Features\n - Simple registration syntax\n - Suggestion and AutoComplete\n - Logging\n\n## Installation\n - Download and import the unity package.\n - Drag and drop the DevConsole prefab into your scene\n\n## Add Commands\n - Make a static function that takes a string[] parameter\n - Add the [ConsoleCommand] attribute to it.\n\n### Example with return statement\n```c#\n[ConsoleCommand(\"description\", \"usage\")]\npublic static string myMethod(string[] args)\n{\n  return \"myMethod Called\";\n}\n```\n### Example without return statement\n```c#\n[ConsoleCommand(\"description\", \"usage\")]\npublic static void myMethod(string[] args)\n{\n  Debug.Log(\"myMethod called\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnurajendran%2Fdeveloperconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishnurajendran%2Fdeveloperconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnurajendran%2Fdeveloperconsole/lists"}