Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Releases: hexthedev/OpenAi-Api-Unity

OpenAi Api Unity v0.1.4

07 Jan 03:00
6e3d00e
Compare
Choose a tag to compare
Pre-release

Pretty small changes. I added menus to spawn prefabs, rearranged the namespaces

OpenAi Api Unity v0.1.3

05 Jan 17:30
d1cb197
Compare
Choose a tag to compare
Pre-release
  • The " escape character was not properly processed for json string. This has been fixed in the JSON Builder #13

OpenAi Api Unity v0.1.2

05 Jan 01:39
328fdb7
Compare
Choose a tag to compare
Pre-release
  • There was an issue with prompts that had escape characters in the strings. Fixed this with an extra pass over inner strings of jsons that writes out the escape characters properly. #7

OpenAi Api Unity v0.1.1

04 Jan 00:46
8773d7c
Compare
Choose a tag to compare
Pre-release

First published release of OpenAi Api Unity. All details can be found in README.md and Documentation folder of the repo.

To install. Download release, and open the .unitypackage file while your Unity Editor is open. Follow the instructions to install the plugin, and follow the README.md/Documentation to learn how to use it.