Skip to content

Commit 88f1b6b

Browse files
Merge pull request #180 from watson-developer-cloud/gh-158-readMeRevisions
Gh 158 read me revisions
2 parents dc94d67 + 7c1a72a commit 88f1b6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Move the **`unity-sdk`** directory into the Assets directory of the Unity projec
4343

4444
## Configuring your service credentials
4545
You will need the 'username' and 'password' credentials for each service. Service credentials are different from your Bluemix account username and password.
46-
1. Determine which services to configure.
4746

47+
1. Determine which services to configure.
4848
2. If you have configured the services already, complete the following steps. Otherwise, go to step 3.
4949
1. Log in to Bluemix at https://bluemix.net.
5050
2. Navigate to the **Dashboard** on your Bluemix account.
@@ -65,9 +65,11 @@ You will need the 'username' and 'password' credentials for each service. Servic
6565
![services-1](http://g.recordit.co/zyL5RZYXqa.gif)
6666
4. Click **Save**, and close the Config Editor.
6767

68+
Note: The Config.json file is saved as plain text in the StreamingAssets directory. It is the user's responsibility to secure the credentials.
69+
6870
## IBM Watson Services
6971
### Speech to Text
70-
Use the [Speech to Text][speech_to_text] service to recognize the text from a .wav file. Assign the .wav file to the script in the Unity Editor. Speech to text can also be used to convert an audio stream into text.
72+
Use the [Speech to Text][speech_to_text] service to recognize the text from a .wav file. Assign the .wav file to the script in the Unity Editor. Speech to text can also be used to convert an audio stream into text. When using the Microphone Widget and publishing to iOS, the XCode project plist must be updated with a `NSMicrophoneUsageDescription` or the application will crash silently.
7173

7274
```cs
7375
[SerializeField]

0 commit comments

Comments
 (0)