All Projects → TobiahZ → unity-tools

TobiahZ / unity-tools

Licence: MIT license
A Visual Studio Code Extension to provide some tools for Unity development

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to unity-tools

Shortcut-Menu-Bar-VSCode-Extension
Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
Stars: ✭ 126 (+404%)
Mutual labels:  visual-studio-code, visual-studio-extension
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (+260%)
Mutual labels:  visual-studio-code, visual-studio-extension
vscode-terminal-manager
VSCode Extension to manage Terminals. Lets you add multiple optional terminals and easily switch through them. 🎉
Stars: ✭ 28 (+12%)
Mutual labels:  visual-studio-code, visual-studio-extension
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (+556%)
Mutual labels:  unity-3d, unity3d-games
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+464%)
Mutual labels:  visual-studio-code, visual-studio-extension
Headwind
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Stars: ✭ 789 (+3056%)
Mutual labels:  visual-studio-code, visual-studio-extension
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (+16%)
Mutual labels:  unity-3d, unity3d-games
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+6368%)
Mutual labels:  visual-studio-code, visual-studio-extension
evosim-prototype
3D artificial life simulator
Stars: ✭ 34 (+36%)
Mutual labels:  unity-3d, unity3d-games
c math viewer
Parses, and hovers math formula of c mathematical library functions
Stars: ✭ 36 (+44%)
Mutual labels:  visual-studio-code, visual-studio-extension
JetStory
JetStory is an open source android app made to help you spend your waiting time reading stories that have similar length to your available time.
Stars: ✭ 20 (-20%)
Mutual labels:  visual-studio-code
Unchase.Odata.Connectedservice
📜 A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Stars: ✭ 39 (+56%)
Mutual labels:  visual-studio-extension
vscode-mtalua
Visual Studio Code MTA:SA Lua Syntax Highlighter and Companion
Stars: ✭ 15 (-40%)
Mutual labels:  visual-studio-code
vscode-importmagic
No description or website provided.
Stars: ✭ 35 (+40%)
Mutual labels:  visual-studio-code
vscode-yaml-sort
This VS Code extension exposes the possibility to sort, format and validate yaml files.
Stars: ✭ 25 (+0%)
Mutual labels:  visual-studio-code
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-28%)
Mutual labels:  visual-studio-code
story-unity3D
Horror Game Development
Stars: ✭ 32 (+28%)
Mutual labels:  unity3d-games
GitWebLinks
Copy links to files in their online Git repositories from inside Visual Studio Code and Visual Studio 2022.
Stars: ✭ 28 (+12%)
Mutual labels:  visual-studio-extension
vscode-goto-next-previous-member
Visual Studio Code Extension to navigate through the functions, variables, and classes using quick and easy key commands similar to functionality provided by IntelliJ IDEs and Resharper
Stars: ✭ 24 (-4%)
Mutual labels:  visual-studio-code
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (+308%)
Mutual labels:  visual-studio-code

Unity Tools for Visual Studio Code

.github/workflows/main.yml

Marketplace Version Installs Rating

What this extension is

This is an unofficial extension created by Tobiah Zarlez, and is not affiliated in any way with Unity Technologies.

The goal of this extension is to add miscellaneous functionality to Visual Studio Code for Unity developers.

This extension also acts as an extension package for another Unity related VSCode extension. Specifically, "Unity.unity-debug"

What this extension isn't

This is not a comprehensive set of tools for Unity development, nor does it provide any debugging features.

If you want to debug your Unity projects, I would recommend getting Unity's official debugger for Visual Studio Code.

Can you add XZY feature?

Possibly! Let me know, I'd love to hear your suggestions on what tools you'd like to see added to this collection.

How to install

You can install this extension directly from the Visual Studio Marketplace.

Launch VS Code Quick Open (Ctrl+P) and copy/paste the following command:

ext install unity-tools

Feature list

Command: Open Documentation for Selection

Use 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.

Command: Search Documentation

Use 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.

Command: Search MSFT Documentation

Use the pallet command "Unity Tools: Search MSFT Documentation" where you can enter whatever you want to search the MSFT documentation for.

Command: Open VSCode Documentation

Added the pallet command "Unity Tools: Open VSCode Documentation" to open the Unity Development with VS Code page on the Visual Studio Code Documentation.

Command: Generate Organizational Folders

Added 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:

  • Scenes
  • Scripts
  • Prefabs
  • Materials
  • Audio

Configuration

The 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.

To do this, create or open your ./.vscode/settings.json file and fill in the below fields:

{
    "unity-tools.defaultOrganizationFolders" : ["Your","New", "Folder","Names"]
}

You 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.

{
    "unity-tools.documentationVersion" : "2018.4"
}

You can also enable/disable the "Open Documentation" option in right-click menu by the below setting. Default value is true.

{
    "unity-tools.enableRightClickSearch" : true
}

If you rather search local documentation rather than online, set a value to unity-tools.localDocumentationPath.

NOTE: unity-tools.localDocumentationPath should NOT include a trailing slash /, file:/// nor any filename like index.html or 30_search.html

Due 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

If 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.

{
    "unity-tools.localDocumentationPath" : "Applications/Unity/Documentation/en/ScriptReference/",
    "unity-tools.localDocumentationViewer" : "firefox"
}

Other resources

Here are some other resources I recommend:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].