wit-ai / wit-unity

Wit-Unity is a Unity C# wrapper around the the Wit.ai rest APIs and is a core component of Voice SDK.
Other
78 stars 20 forks source link

Can't see the option of "Add Multi Value Handler to Color Handler" in the Understanding Viewer #76

Closed AntonioSerrano closed 2 years ago

AntonioSerrano commented 2 years ago

In the step of "Consuming Your Entity Values", when it comes to select the option "Add Multi Value Handler to Color Handler" under the "value = red node", I can't see that option. The only option I can choose is "Add response matcher to Color Handler". Of course, I have previously selected the Color Handler game object in the hierarchy. What am I doing wrong? Thx.

AntonioSerrano commented 2 years ago

Solved. The script/class "Multi View Handler" must be deprecated or something, so it doesn't exist anymore. Instead, you have to use the option "Add response matcher to Color Handler" to add the script component of "Response Matcher" to the Color Handler game object. In the Value Matchers section within the options of that script, you have to add the value of the shape entity besides the color.

Also, do not forget to name the primitives (cube, sphere, capsule, etc.) in the same way you named them in the Wit.ai website in Entities / Shape / Keywords and Synonyms.