# AI Shader ![GIF](https://user-images.githubusercontent.com/343936/223034386-cf69f2a2-d8ec-4537-9f1b-37051542b1cd.gif) 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.