Skip to content

Commit 7c1a72a

Browse files
committed
fixes #177 added a note that it is the user's reponsibiility to secure credentials
1 parent 7532025 commit 7c1a72a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
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,6 +65,8 @@ 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
7072
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.

0 commit comments

Comments
 (0)