Watson enabled survival shooter game
- You'll need an IBM Cloud account and instances set up for
Speech to Text
,Assistant
andLanguage Translator
. - You will need to create an assistant with dialog skill and intents set up for
air-support
andteleport
.
- Open the scene
_Complete-Game
inAssets/_Complete-Game
. - In the inspector for the
Watson
GameObject in the Hierarchy addapikey
andservice url
forSpeech Recognition
,Intent Classification
andLanguage Translator
scripts. You can also add aRecognize Model
for speech recognition and aTranslation Model
for language translation. - Play the scene and speak into the microphone commands to trigger
air-support
andteleport
intents
- Scripts for the game can be found in
Scripts/Watson