Skip to content

Commit

Permalink
Merge pull request #25 from ayutaz/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ayutaz authored Nov 19, 2024
2 parents f32911b + 6dfaf19 commit 5a49b0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/UniRealtime/Scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jp.ayutaz.uni-realtime",
"displayName": "UniRealtime",
"version": "0.3.0",
"unity": "2023.3",
"version": "0.3.1",
"unity": "2022.3",
"description": "OpenAI's realtime api for Unity",
"keywords": [
"OpenAI",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-11-19

### Documentation
- Fixed typos in the ReadMe and package for unity version

## [0.3.0] - 2024-11-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ UniRealtimeは、OpenAIのRealtime APIをUnityプロジェクトに簡単に統
3. ダウンロードしたUnityパッケージをプロジェクトにインポートします。

# 動作環境
* Unity: 2021.3.14f1 以降
* Unity: 2022.3.x 以降
* OpenAI Realtime API: 最新のAPIバージョンに対応

# サンプルの使用方法
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ By running the project, it will operate as shown in the image below.
3. Import the downloaded Unity package into your project.

# Operating Environment
* Unity: 2021.3.14f1 or later
* Unity: 2022.3.x or later
* OpenAI Realtime API: Compatible with the latest API version

# How to Use the Sample
Expand Down

0 comments on commit 5a49b0b

Please sign in to comment.