Skip to content

Commit 44f7319

Browse files
authored
Merge pull request #303 from watson-developer-cloud/2.0.0-rc1
Watson Unity SDK v2.0.0
2 parents 0880cb9 + 59077cf commit 44f7319

File tree

300 files changed

+11591
-44908
lines changed

Some content is hidden

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

300 files changed

+11591
-44908
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Resources.meta
4242
Scenes.meta
4343
Scripts.meta
4444
ThirdParty.meta
45+
Plugins.meta
4546
Prefabs.meta
4647
Examples.meta
4748
Docs.meta

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Change Log
22
==========
3+
## Version 2.0.0
4+
_2017-11-20_ MAJOR RELEASE, BREAKING CHANGES
5+
* New: Implemented error callbacks in each call
6+
* New: Implemented generic type success callbacks
7+
* New: Implemented `Dictionary<string, object>` to hold custom data for each call
8+
* New: Support for `Hololens`
9+
* New: Abstracted custom acoustic models for `SpeechToText`
10+
* New: Addition of streaming example where the sample is split up to improve latency
11+
* New: Transition to dll for `WebSocketSharp`
12+
* New: Added support for decoding unicode characters in `TextToSpeech`
13+
* Fixed: Transition `Delete` methods to `UnityWebRequest`
14+
* Fixed: Improvements to `SpeechToText` streaming
15+
* Fixed: `SpeechToText` streaming parameters
16+
* Fixed: Improvements to `ExampleStreaming`
17+
* Fixed: `SpeechToText` custom corpus
18+
* Fixed: Allow empty string to be sent when invoking `Message` from the `Conversation` service
19+
* Fixed: Standardized `Debug.Log` output throughout SDK
20+
* Fixed: Fix all integration tests
21+
322
## Version 1.0.0
423
_2017-08-31_ MAJOR RELEASE, BREAKING CHANGES
524

Config.json.enc

2.17 KB
Binary file not shown.

Docs/UnitySDK.shfbproj

Lines changed: 221 additions & 0 deletions
Large diffs are not rendered by default.

ThirdParty/WebSocketSharp/Net/WebSockets.meta renamed to Docs/UnitySDK.shfbproj.meta

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

Docs/Watson Unity SDK.odg

15.7 KB
Binary file not shown.

Prefabs/Elements.meta renamed to Docs/Watson Unity SDK.odg.meta

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

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud Unity SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.0.0
41+
PROJECT_NUMBER = 2.0.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)