https://github.com/keijiro/aishader
ChatGPT-powered shader generator for Unity
https://github.com/keijiro/aishader
Last synced: 16 days ago
JSON representation
ChatGPT-powered shader generator for Unity
- Host: GitHub
- URL: https://github.com/keijiro/aishader
- Owner: keijiro
- Created: 2023-03-05T12:18:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T13:14:21.000Z (over 1 year ago)
- Last Synced: 2025-04-07T20:09:31.311Z (16 days ago)
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 2,298
- Watchers: 42
- Forks: 228
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - AIShader - ChatGPT-powered shader generator for Unity (Unity)
README
# AI Shader

This is a proof-of-concept implementation of a ChatGPT-powered shader generator for Unity.
## How to try it
You have to generate an API key to use the ChatGPT API.
Please generate it on your [account page](https://platform.openai.com/account/api-keys)
and set it on the Project Settings page (Edit > Project Settings > AI Shader > API Key).**CAUTION** - The API key is stored in `UserSettings/AIShaderSettings.asset`.
You must exclude the directory when sharing your project with others.