{"id":14960601,"url":"https://github.com/smidgens/unity-console","last_synced_at":"2025-10-24T18:31:53.656Z","repository":{"id":171395845,"uuid":"514268554","full_name":"Smidgens/unity-console","owner":"Smidgens","description":"In-game console for Unity","archived":false,"fork":false,"pushed_at":"2022-11-22T13:21:06.000Z","size":588,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T03:38:44.692Z","etag":null,"topics":["not-affiliated-with-harry-nilsson","smidgenomics","unity","unity-console","unity-plugin"],"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/Smidgens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-07-15T12:51:49.000Z","updated_at":"2024-06-21T21:22:39.000Z","dependencies_parsed_at":"2023-07-08T00:02:12.939Z","dependency_job_id":null,"html_url":"https://github.com/Smidgens/unity-console","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"88d549709b7c37f34d8282c9c2676a70147d6e1e"},"previous_names":["smidgens/unity-console"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smidgens%2Funity-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smidgens","download_url":"https://codeload.github.com/Smidgens/unity-console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238024405,"owners_count":19403836,"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":["not-affiliated-with-harry-nilsson","smidgenomics","unity","unity-console","unity-plugin"],"created_at":"2024-09-24T13:22:35.479Z","updated_at":"2025-10-24T18:31:50.390Z","avatar_url":"https://github.com/Smidgens.png","language":"C#","readme":"![](/.github/banner.png?raw=true \"\")\n![](/.github/gallery.png?raw=true \"\")\n\n\n# ℹ️ Features\n\n* Reflection-based in-game console.\n* No extras required - usable with existing code and wireable through inspector.\n* Bind commands to methods, fields, or properties.\n* Customizable toolbar.\n* Includes input and parsing of standard primitive types + common Unity structs (`Vector2/3/4`, `Color`...).\n* Minimalistic and functional UI (Unity IMGUI).\n* 🤞 Reasonably lightweight.\n\u003cbr/\u003e\n\n\n**⌛ In Progress**\n\n* [ ] Support binding methods with optional parameters.\n* [ ] Support implicit type casting for arguments when available (float -\u003e double etc.)\n* [ ] Support custom input parsers to handle custom types as command arguments.\n\n\u003cbr/\u003e\n\n# 📦 Install\n\n1. Open Package Manager\n2. Paste GitHub URL:\\\n`https://github.com/Smidgens/unity-console.git#\u003cversion_tag\u003e`\n\n\n\u003cbr/\u003e\n\n# 🚀 Use\n\n## Basic Setup\n\n1. Create a Console asset: `Create-\u003eConsole-\u003eConsole`.\n2. Add a `Console GUI` script to your scene and drop a reference to the asset into it.\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n\n## Binding Commands\n\n### 🟣 Option 1: Script\n\n1. Add a Console Command script to your scene.\n2. Add a reference to a console asset.\n\n\u003cbr/\u003e\n\n\n### 🔵 Option 2: Asset\n\n1. Create a Console Command asset in your project: `Create-\u003eConsole-\u003eConsole Command`.\n2. Drop a reference to the command into a console asset.\n\n\u003cbr/\u003e\n\n### 🟠 Option 3: Attributes\n\n**Note**: Requires reference to `Smidgenomics.Unity.Console` assembly.\n\n\n#### 🔳 ConsoleCommand\n\nExposes static method, field, or property to console.\n\n\n#### 🔳 ConsoleAssembly\n\nAdditional options for commands declared in assembly. Also used to filter assemblies based on attribute search settings in console asset.\n\n\n#### 🔳 ConsoleClass\n\nAdditional options for commands declared in type. Includes option for exposing all members automatically.\n\n#### 🔳 HideInConsole\n\nIgnores class member from console when exposing all class members through `ConsoleClass`.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmidgens%2Funity-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmidgens%2Funity-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmidgens%2Funity-console/lists"}