Skip to content

Commit 489ff53

Browse files
com.openai.unity 8.8.4 (#418)
- hotfix for wav encoder dependency
1 parent 7d79a65 commit 489ff53

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-options.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,15 @@
1414
"include": [
1515
{
1616
"os": "ubuntu-latest",
17-
"build-target": "StandaloneLinux64"
18-
},
19-
{
20-
"os": "ubuntu-latest",
21-
"build-target": "WebGL"
17+
"build-target": "Android"
2218
},
2319
{
2420
"os": "ubuntu-latest",
25-
"build-target": "Android"
21+
"build-target": "StandaloneLinux64"
2622
},
2723
{
2824
"os": "ubuntu-latest",
29-
"build-target": "iOS"
25+
"build-target": "WebGL"
3026
},
3127
{
3228
"os": "windows-latest",
@@ -39,6 +35,10 @@
3935
{
4036
"os": "macos-latest",
4137
"build-target": "StandaloneOSX"
38+
},
39+
{
40+
"os": "macos-latest",
41+
"build-target": "iOS"
4242
}
4343
]
4444
}

OpenAI/Packages/com.openai.unity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OpenAI",
44
"description": "A OpenAI package for the Unity to use though their RESTful API.\n\nIndependently developed, this is not an official library and I am not affiliated with OpenAI.\n\nAn OpenAI API account is required.",
55
"keywords": [],
6-
"version": "8.8.3",
6+
"version": "8.8.4",
77
"unity": "2021.3",
88
"documentationUrl": "https://github.com/RageAgainstThePixel/com.openai.unity#documentation",
99
"changelogUrl": "https://github.com/RageAgainstThePixel/com.openai.unity/releases",
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/StephenHodgson"
1818
},
1919
"dependencies": {
20-
"com.utilities.encoder.wav": "2.3.0",
20+
"com.utilities.encoder.wav": "2.3.1",
2121
"com.utilities.rest": "4.1.1",
2222
"com.utilities.websockets": "1.1.0"
2323
},

0 commit comments

Comments
 (0)