{"id":14960972,"url":"https://github.com/avinzarlez/unity-tools","last_synced_at":"2025-12-11T21:55:31.871Z","repository":{"id":2761024,"uuid":"47223446","full_name":"AvinZarlez/unity-tools","owner":"AvinZarlez","description":"A Visual Studio Code Extension to provide some tools for Unity development","archived":false,"fork":false,"pushed_at":"2024-08-12T20:02:31.000Z","size":399,"stargazers_count":31,"open_issues_count":3,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-31T03:54:41.995Z","etag":null,"topics":["unity","unity-3d","unity-development","unity3d-games","visual-studio-code","visual-studio-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools","language":"TypeScript","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/AvinZarlez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-12-01T23:15:20.000Z","updated_at":"2024-08-12T20:02:27.000Z","dependencies_parsed_at":"2024-08-12T22:54:34.329Z","dependency_job_id":null,"html_url":"https://github.com/AvinZarlez/unity-tools","commit_stats":{"total_commits":200,"total_committers":9,"mean_commits":22.22222222222222,"dds":"0.41000000000000003","last_synced_commit":"1581473f3663f43ffae625553ac8c649fd0d7b74"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinZarlez%2Funity-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinZarlez%2Funity-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinZarlez%2Funity-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvinZarlez%2Funity-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AvinZarlez","download_url":"https://codeload.github.com/AvinZarlez/unity-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238030288,"owners_count":19404859,"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":["unity","unity-3d","unity-development","unity3d-games","visual-studio-code","visual-studio-extension","vscode","vscode-extension"],"created_at":"2024-09-24T13:23:35.150Z","updated_at":"2025-10-24T20:30:41.918Z","avatar_url":"https://github.com/AvinZarlez.png","language":"TypeScript","readme":"# Unity Tools for Visual Studio Code\n\n[![.github/workflows/main.yml](https://github.com/TobiahZ/unity-tools/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/TobiahZ/unity-tools/actions)\n\n[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/Tobiah.unity-tools.svg)](https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools)\n[![Installs](https://vsmarketplacebadge.apphb.com/installs/Tobiah.unity-tools.svg)](https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools)\n[![Rating](https://vsmarketplacebadge.apphb.com/rating/Tobiah.unity-tools.svg)](https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools)\n\n## What this extension is\n\nThis is an **unofficial** extension created by Tobiah Zarlez, and is not affiliated in any way with Unity Technologies.\n\nThe goal of this extension is to add miscellaneous functionality to Visual Studio Code for Unity developers.\n\nThis extension also acts as an extension package for another Unity related VSCode extension. Specifically, \"Unity.unity-debug\"\n\n## What this extension isn't\n\nThis is not a comprehensive set of tools for Unity development, nor does it provide any debugging features.\n\nIf you want to debug your Unity projects, I would recommend getting [Unity's official debugger for Visual Studio Code](https://github.com/Unity-Technologies/vscode-unity-debug).\n\n### Can you add XZY feature?\n\nPossibly! Let me know, I'd love to hear your suggestions on what tools you'd like to see added to this collection.\n\n## How to install\n\nYou can install this extension directly from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools).\n\nLaunch VS Code Quick Open (Ctrl+P) and copy/paste the following command:\n\n\u003e ext install unity-tools\n\n## Feature list\n\n### Command: Open Documentation for Selection\n\nUse the pallet command \"Unity Tools: Open Documentation for Selection\" (`Cmd+'` on OSX or `Ctrl+'` on Windows and Linux) to open the Unity Documentation for the currently selected class.\n\n### Command: Search Documentation\n\nUse the pallet command \"Unity Tools: Search Documentation\" (Shortcut: `Cmd+Shift+'` on OSX or `Ctrl+Shift+'` on Windows and Linux) where you can quickly enter whatever you want to search for.\n\n### Command: Search MSFT Documentation\n\nUse the pallet command \"Unity Tools: Search MSFT Documentation\" where you can enter whatever you want to search the MSFT documentation for.\n\n### Command: Open VSCode Documentation\n\nAdded the pallet command \"Unity Tools: Open VSCode Documentation\" to open the [Unity Development with VS Code](https://code.visualstudio.com/docs/runtimes/unity) page on the Visual Studio Code Documentation.\n\n### Command: Generate Organizational Folders\n\nAdded the pallet command \"Unity Tools: Generate Organizational Folders\" to create some default organizational folders to your project's Assets Folder. The list of default folders are below:\n\n* Scenes\n* Scripts\n* Prefabs\n* Materials\n* Audio\n\n### Configuration\n\nThe Unity-Tools command Generate Organizational Folders can be configured to create a set of folders of your choosing, instead of the 5 default ones: Scenes, Scripts, Prefabs, Materials, and Audio.\n\nTo do this, create or open your `./.vscode/settings.json` file and fill in the below fields:\n\n```json\n{\n    \"unity-tools.defaultOrganizationFolders\" : [\"Your\",\"New\", \"Folder\",\"Names\"]\n}\n```\n\nYou can also set which Unity version should be used when accessing online documentation. Make sure the version number you enter is valid for Unity's documentation.\n\n```json\n{\n    \"unity-tools.documentationVersion\" : \"2018.4\"\n}\n```\n\nYou can also enable/disable the \"Open Documentation\" option in right-click menu by the below setting. Default value is true.\n\n```json\n{\n    \"unity-tools.enableRightClickSearch\" : true\n}\n```\n\nIf you rather search local documentation rather than online, set a value to unity-tools.localDocumentationPath.\n\n**NOTE:** unity-tools.localDocumentationPath should NOT include a trailing slash `/`, `file:///` nor any filename like `index.html` or `30_search.html`\n\nDue to the nature of queries in local file paths (at least on Windows, I have not tested on Mac/Linux), you are also required to set a default browser with unity-tools.localDocumentationViewer. For example, `firefox`, `iexplore`, or `chrome`. You can also set the exact path, if your browser doesn't have a command. Example: `C:/Program Files/Mozilla Firefox/firefox.exe`\n\nIf you do not set localDocumentationViewer, localDocumentationPath will not work. This may or may not be true on Mac or Linux, I have not had the opportunity to test it! If you have, please let me know.\n\n```json\n{\n    \"unity-tools.localDocumentationPath\" : \"Applications/Unity/Documentation/en/ScriptReference/\",\n    \"unity-tools.localDocumentationViewer\" : \"firefox\"\n}\n```\n\n## Other resources\n\nHere are some other resources I recommend:\n\n* [Unity Development with VS Code](https://code.visualstudio.com/docs/runtimes/unity)\n* [GitHub Repository for Unity's official Visual Studio Code debugger](https://github.com/Unity-Technologies/vscode-unity-debug)\n* [Tobiah Zarlez Blog](http://www.TobiahZ.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinzarlez%2Funity-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinzarlez%2Funity-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinzarlez%2Funity-tools/lists"}