Skip to content

Commit e37db25

Browse files
com.openai.unity 8.8.5 (#423)
- Fix RealtimeSessionConfiguration and CreateResponseRequest model parameter overriding prompt settings. - Fix Threads.MessageResponse.Status not being properly set to Completed - Updated Audio Playback implementation in all sample scenes - com.utilities.rest -> 5.0.4 - com.utilities.encoder.wav -> 3.0.2 - com.utilities.websockets -> 2.0.0
1 parent 489ff53 commit e37db25

File tree

164 files changed

+10509
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+10509
-250
lines changed

.github/workflows/unity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unity Build And Test
1+
name: Unity
22
on:
33
schedule:
44
- cron: '0 0 * * 0' # Every Sunday at midnight

.github/workflows/upm-release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: UPM Release
2+
on:
3+
push:
4+
branches: [main]
5+
jobs:
6+
release:
7+
permissions:
8+
contents: write
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v5
12+
with:
13+
fetch-depth: 0
14+
- uses: RageAgainstThePixel/upm-release@v1
15+
with:
16+
username: ${{ secrets.UNITY_USERNAME }}
17+
password: ${{ secrets.UNITY_PASSWORD }}
18+
organization-id: ${{ secrets.UNITY_ORG_ID }}
19+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/upm-subtree-split.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

OpenAI/Assets/Icons.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenAI/Assets/Icons/WSAPlayer.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
336 Bytes
Loading

OpenAI/Assets/Icons/WSAPlayer/PackageLogoTarget16.png.meta

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
579 Bytes
Loading

OpenAI/Assets/Icons/WSAPlayer/PackageLogoTarget24.png.meta

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
5.73 KB
Loading

0 commit comments

Comments
 (0)