Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.26 KB

README.md

File metadata and controls

46 lines (37 loc) · 2.26 KB

PandorabotsOrbMVP

Setup

Adding Custom Packages

To add "PBPackTextIO" to your unity project

  • Build with Unity Version 2019.3
  • Right click in your Project Asset Folder and select Import Package -> Custom Package, then select downloaded file "PBPackTextIO"
  • Create an account and a bot from https://home.pandorabots.com/home.html and copy the BOT_KEY into the GameObject "PostTextToPB" inspector input field, "BOT_KEY"
  • Change Api Compatibility Level to .NET 4.x under Project Settings -> Player -> Other Settings

To add "PBPackAudioIO" to your unity project

  • Build with Unity Version 2019.3
  • Set platform to Android in Build Settings
  • Add Text Mesh Pro from Window -> Package Manager to your project and Import TMP Essentials
  • Right click in your Project Asset Folder and select Import Package -> Custom Package, then select downloaded file "PBPackAudioIO"
  • Create an account and a bot from https://home.pandorabots.com/home.html and copy the BOT_KEY into the GameObject "PostTextToPB" inspector input field, "BOT_KEY"
  • Create an account from www.ibm.com/account, create a Watson Speech to Text API Key, and copy the API Key into the GameObject "WatsonSTT" inspector input field, "Iam Apikey"
  • Create an account from https://console.cloud.google.com, add Cloud Text-to-Speech to your google project and generate an API Key, and copy the API Key into the GameObject "GCTextToSpeech" inspector input field, "GC_API_KEY"
  • Change Api Compatibility Level to .NET 4.x under Project Settings -> Player -> Other Settings

Licenses

MIT License, unless License file is contained within subfolder

Helpful Resources and Sources

Dapper Dino

Peer Play

VRTK

Quill18