inworld-ai / inworld-unity-full

Unity SDK for Inworld.ai. Create more realistic and believable worlds with characters powered by artificial intelligence.
https://docs.inworld.ai/docs/tutorial-integrations/Unity/
Other
63 stars 17 forks source link

Yj interaction #155

Closed Juniverse closed 9 months ago

Juniverse commented 10 months ago

Skip Utterance: skip

Pause Utterance: pause

Also added some feature like selecting MicSampleMode: (NO_MIC, NO_FILTER, AEC, PUSH_TO_TALK, TURN_BASED)

Juniverse commented 10 months ago

Also added new method to build package. It's included in the basic package.

To build the unitypackage. Click Inworld > Export Package > Full.

It'll generate all the other assets other than Inworld.AI and severl editor scripts as a separate package.

The final unitypackage InworldAI.Full.XXX will contain Inworld.AI, Inworld/Editor and that package.

Please make sure the full package's name start with InworldAI.Full otherwise the package may not be successfully imported.

The package importing time would be longer. Around 2 minutes.