Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecomi/hlsltoolsforvisualstudioconfiggenerator
Create shadertoolsconfig.json for Unity project
https://github.com/hecomi/hlsltoolsforvisualstudioconfiggenerator
hlsl unity visual-studio
Last synced: 28 days ago
JSON representation
Create shadertoolsconfig.json for Unity project
- Host: GitHub
- URL: https://github.com/hecomi/hlsltoolsforvisualstudioconfiggenerator
- Owner: hecomi
- License: mit
- Created: 2020-12-17T14:23:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T06:03:19.000Z (7 months ago)
- Last Synced: 2024-12-22T09:17:19.941Z (about 1 month ago)
- Topics: hlsl, unity, visual-studio
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 79
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
HLSL Tools for Visual Studio Config Generator
=============================================
**HLSL Tools for Visual Studio Config Generator** is a plugin to generate *shadertoolsconfig.json* for Unity project to help you write shader in Visual Studio with better completions.Install
-------- Unity Package
- Download the latest .unitypackage from [Release page](https://github.com/hecomi/HLSLToolsForVisualStudioConfigGenerator/releases).
- Git URL (UPM)
- Add `https://github.com/hecomi/HLSLToolsForVisualStudioConfigGenerator.git#upm` to Package Manager.
- Scoped Registry (UPM)
- Add a scoped registry to your project.
- URL: `https://registry.npmjs.com`
- Scope: `com.hecomi`
- Install HLSLToolsForVisualStudioConfigGenerator in Package Manager.How to Use
----------
1. Window > HLSL Tools for Visual Studio Config Generator
2. Press Create button to generate *shadertoolsconfig.json* in the root directory of your projectScreenshot
----------