Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 8.8.8

13 Dec 22:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.openai.unity 8.8.8 by @StephenHodgson in #436
    • Optimize image texture loading
    • Allow setting Responses.TextContent.Type to OutputText for Role.Assistant messages by @TypeDefinition
    • Fix free-after-use crash with audio refactor
    • Fixed wrapped server sent event error object
    • Fixed ability to create MCPApprovalResponse for mcp tool approvals
    • Fixed MCPToolCall.Error deserialization
    • Updated default models
    • com.utilities.rest -> 5.1.1
    • com.utilities.audio -> 3.0.2

Full Changelog: 8.8.7...8.8.8

com.openai.unity 8.8.7

09 Nov 19:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.openai.unity 8.8.7 by @StephenHodgson in #431
    • Fix VAD serialization not properly setting disabled values

Full Changelog: 8.8.6...8.8.7

com.openai.unity 8.8.6

05 Nov 02:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.openai.unity 8.8.6 by @StephenHodgson in #428
    • Fix Realtime.UpdateSessionRequests failing to update session due to extra client secret data

Full Changelog: 8.8.5...8.8.6

com.openai.unity 8.8.5

03 Nov 23:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.openai.unity 8.8.5 by @StephenHodgson in #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

Full Changelog: 8.8.4...8.8.5

com.openai.unity 8.8.4

23 Oct 12:52

Choose a tag to compare

What's Changed

  • hotfix for wav encoder dependency

Full Changelog: 8.8.3...8.8.4

com.openai.unity 8.8.3

23 Oct 02:05

Choose a tag to compare

What's Changed

  • Fix RealtimeBehaviour sample transcriptions
  • Fix sample scene microphone sprite references
  • Added DurationUsage
  • Updated ConversationItemInputAudioTranscriptionResponse to include logprobs and usage
  • Add Azure Blob Batch API compatible fields for CreateBatchRequest by @aechan
  • Update Realtime.SessionConfiguration with Prompt and Speed parameters
  • Move Realtime.Prompt to common namespace
  • Bump package deps

Full Changelog: 8.8.2...8.8.3

com.openai.unity 8.8.2

03 Oct 04:36

Choose a tag to compare

What's Changed

  • Fix a bug in parsing the Response on Android by @dudziakl
    • Refactored json object .ctrs to fix AOT serialization problems
  • Added NoiseReductionSettings for RealtimeConfiguration by @eapark
  • Fix ConversationItemTruncateRequest.ContentIndex default serialization by @eapark
  • Add file_url for responses api by @gfreezy
  • Added support for gpt-5 and latest API changes
  • Added ConversationsEndpoint
  • Updated default model lists
    • Made Model class serializable so it can be picked and selected from inspectors
  • Refactor Assistant/Thread Endpoint beta headers to only be applied on those specific endpoints
  • Updated dependencies

Full Changelog: 8.8.1...8.8.2

com.openai.unity 8.8.1

04 Jul 20:54

Choose a tag to compare

What's Changed

  • updated realtime audio transcription settings properties
  • bumped deps

Full Changelog: 8.8.0...8.8.1

com.openai.unity 8.8.0

02 Jul 17:15

Choose a tag to compare

What's Changed

  • Improved RealtimeSession websocket support for proxies
    • Proxy no longer handles the websocket connection directly, but instead initiates the connection to the OpenAI api directly using the ephemeral api key

Full Changelog: 8.7.4...8.8.0

com.openai.unity 8.7.4

01 Jul 20:15

Choose a tag to compare

What's Changed

  • bump deps
  • added sample menu to unity editor project

Full Changelog: 8.7.3...8.7.4