{"id":14960587,"url":"https://github.com/dkoleev/unitydevconsole","last_synced_at":"2026-02-11T05:02:06.178Z","repository":{"id":221017983,"uuid":"593644978","full_name":"dkoleev/UnityDevConsole","owner":"dkoleev","description":"Developer console for Unity game engine.","archived":false,"fork":false,"pushed_at":"2023-01-30T14:45:07.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T02:48:45.943Z","etag":null,"topics":["unity","unity-dev-console","unity-plugin","unity3d"],"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/dkoleev.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":"2023-01-26T14:20:31.000Z","updated_at":"2023-07-27T14:40:59.000Z","dependencies_parsed_at":"2024-02-05T18:51:19.913Z","dependency_job_id":"09411d17-0d50-4821-8f41-b97385a2e3ce","html_url":"https://github.com/dkoleev/UnityDevConsole","commit_stats":null,"previous_names":["dkoleev/unitydevconsole"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dkoleev/UnityDevConsole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkoleev%2FUnityDevConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkoleev%2FUnityDevConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkoleev%2FUnityDevConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkoleev%2FUnityDevConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkoleev","download_url":"https://codeload.github.com/dkoleev/UnityDevConsole/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkoleev%2FUnityDevConsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["unity","unity-dev-console","unity-plugin","unity3d"],"created_at":"2024-09-24T13:22:34.220Z","updated_at":"2026-02-11T05:02:06.160Z","avatar_url":"https://github.com/dkoleev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnityDevConsole\nDeveloper console for Unity game engine.\n\n## Description\n\nAllows executing console command in runtime.\n\n![](https://gyazo.com/83f2c1207be51770b07bd21b5b1462ac.gif)\n\n## Installation\nYou can install `DevConsole` using any of the following methods\n\n1. __[UPM Branch](https://docs.unity3d.com/Manual/upm-ui.html)__\n\n    Use [UPM](https://docs.unity3d.com/Manual/upm-ui.html) to install the package via the following git URL: \n\n    ```\n    https://github.com/dkoleev/UnityDevConsole.git\n    ```\n\n    ![](https://gyazo.com/8c8fc97345fc64f53d62814cce571974.gif)\n\n1. __[OpenUPM](https://openupm.com/)__\n\n    ```\n    openupm add com.yogi.devconsole\n    ```\n\n    \u003e [project page on OpneUPM](https://openupm.com/packages/com.yogi.devconsole/)\n\n## How to setup\n  * Drag prefab `DevConsole_GUI` to the scene.\n\n  * Add `ENABLE_DEV_CONSOLE` define to `ProjectSettings -\u003e Scripting Define Symbols`.\n  \n  ![image](https://user-images.githubusercontent.com/54948242/215025591-3be1c75e-9f0b-44ff-8eda-1f53fda5e3f0.png)\n  \n  \u003e You can add `ENABLE_DEV_CONSOLE` for dev build and remove it for release build in your build pipline.\n\n\n ## How to use\n  * Create `public static` method.\n  * Add attribute `DevConsoleCommand` for this method.\n  * Specify the command name in the attribute parameter `commandName`.\n  \n  ```C#\n      [DevConsoleCommand(\"sum\")]\n      public static void Sum(int arg1, int arg2) {\n          Debug.Log(arg1 + arg2);\n      }\n  ```\n  \n  ![image](https://user-images.githubusercontent.com/54948242/214891842-0fe805e5-7200-44d6-b079-7a6d9c3b0ef0.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkoleev%2Funitydevconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkoleev%2Funitydevconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkoleev%2Funitydevconsole/lists"}