first commit

This commit is contained in:
Stefano Rossi 2025-07-12 18:59:18 +02:00
commit aa44d3ad70
Signed by: chadmin
GPG key ID: 9EFA2130646BC893
1585 changed files with 277994 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Generative AI is one of the features of Code Assist. If you have any ethical or legal concerns, you can use Code Assist without this feature by disabling generative AI in the options.
You need an OpenAI account and provide it's API key to this asset.
https://platform.openai.com/account/api-keys
Provide key by one of the below
* Create an environment variable called OPENAI_API_KEY with the API key
* Create a file with name .openai under user profile directory with the API key
* Set API key in Visual Studio options, Tools->Options->Unity Code Assist->Generative AI->Authentication
This asset has one-time purchase fee, but you may need to pay extra for OpenAI services to use Generative AI feature.
https://openai.com/pricing
To use generative AI with your comments:
* Type "//gpt "
* Type your prompt
* Press Enter key