{"id":20881755,"url":"https://github.com/skallski/devconsole","last_synced_at":"2025-12-27T05:30:31.539Z","repository":{"id":203727323,"uuid":"709909375","full_name":"Skallski/DevConsole","owner":"Skallski","description":"Lightweight UI based developer console for Unity","archived":false,"fork":false,"pushed_at":"2024-08-15T14:28:09.000Z","size":2874,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T10:08:42.362Z","etag":null,"topics":["devconsole","unity","unity-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Skallski.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,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T16:25:26.000Z","updated_at":"2024-08-15T14:28:12.000Z","dependencies_parsed_at":"2024-08-08T15:45:35.798Z","dependency_job_id":"71bc6f8c-8bba-4875-ab3f-4acf46496f91","html_url":"https://github.com/Skallski/DevConsole","commit_stats":null,"previous_names":["skallu0711/devconsole","skallski/devconsole"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skallski%2FDevConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skallski%2FDevConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skallski%2FDevConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skallski%2FDevConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skallski","download_url":"https://codeload.github.com/Skallski/DevConsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258500,"owners_count":20262300,"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":["devconsole","unity","unity-package"],"created_at":"2024-11-18T07:26:17.025Z","updated_at":"2025-12-27T05:30:31.534Z","avatar_url":"https://github.com/Skallski.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevConsole\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"package.json version\" src =\"https://img.shields.io/github/package-json/v/Skallu0711/DevConsole\" /\u003e\n\t\u003ca href=\"https://github.com/Skallu0711/DevConsole/issues\"\u003e\n\t\t\u003cimg alt=\"GitHub issues\" src =\"https://img.shields.io/github/issues/Skallu0711/DevConsole\" /\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/Skallu0711/DevConsole/pulls\"\u003e\n\t\t\u003cimg alt=\"GitHub pull requests\" src =\"https://img.shields.io/github/issues-pr/Skallu0711/DevConsole\" /\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/Skallu0711/DevConsole/blob/master/LICENSE\"\u003e\n\t\t\u003cimg alt=\"GitHub license\" src =\"https://img.shields.io/github/license/Skallu0711/DevConsole\" /\u003e\n\t\u003c/a\u003e\n\t\u003cimg alt=\"GitHub last commit\" src =\"https://img.shields.io/github/last-commit/Skallu0711/DevConsole\" /\u003e\n\u003c/p\u003e\n\n### Introduction\nDevConsole is a lightweight multi-functional UI based console window tool. \u003cbr\u003e\nThe main purpose behind it's creation was to provide easy to use tool that will speed up the debugging and testing inside built projects.\n\n### Logger\nDev console's main feature is to display easy to read informations about logs (Info, Warning, Error, Assert) and exceptions inside the build.\nLog messages and their timestamps are printed on vertical scroll view. In order to view stack trace, simply click on the log.\nYou can also use filters to display only the logs of certain type.\n\n### CommandPrompt\nDev console comes with built in command prompt tool. It allows to display and modify values of primitive variables. \u003cbr\u003e\nSimply add ```DevConsoleField``` attribute before declaring global variable in order to mark the field as usable by the DevConsole. \u003cbr\u003e\nLike in this example:\n```cs\n[SerializeField, DevConsoleField(\"testIntVariable\")] private int _variableToModify = 5;\n```\nThen You can use following commands:\n```\n/get testIntVariable      - prints value of \"_variableToModify\"\n/set testIntVariable 10   - modifies value of \"_variableToModify\"\n/getAll                   - prints all variables with DevConsoleField attribute\n```\nThe CommandPrompt functionality if easily scalable, so You can add more comands that will suit Your needs.\n\n### Instalation\nThis is an embedded Unity package. In order to install it, use package manager tool (Window -\u003e Package Manager). \u003cbr\u003e\nThen import package by git url or locally from disk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskallski%2Fdevconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskallski%2Fdevconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskallski%2Fdevconsole/lists"}