Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 882 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 882 Bytes

Unity ChatGPT Script Generator

Unity ChatGPT Script Generater provides question ask to ChatGPT and script save in unity asset folder.

Now GPT-3.5 and GPT4 Supported.

ChatGPTScriptGenerator

How to Install

  • Find manifest.json in Packages Folder and Add line like this.
{
  "dependencies": {
    "com.bkk.chatgptscriptgenerator": "https://github.com/Kokyung/ChatGPTScriptGenerator.git",
    ...
  },
}

How to Use

  • Go to Window -> BKK -> Chat GPT Settings

  • Type Open AI API Key. API Key can find from Here

  • Go to Window -> BKK -> Chat GPT Script Generator.

  • Now you ready to use Chat GPT Script Generator.