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
79 stars 20 forks source link

Wit Configuration Window Inaccessible #65

Closed DataIsGone closed 2 years ago

DataIsGone commented 2 years ago

Hello, my project team is using Wit.AI for our school project for graduation.

At the beginning of this week one of us followed the Shapes tutorial and made the scene from scratch. They were able to access the Wit Configuration menu. image

The evening of Thursday, 01/13, another of our team members also went through the tutorial and can't see the Wit Configuration menu. image

We're wondering if this is an issue caused by commit 11a104c4d221ecb8e895d0bbac41a80def3e9878 where changes were made to the config window scripts. Will there be a fix soon?

DataIsGone commented 2 years ago

I remembered that I had forked this repo before the window changes occurred, so my team is okay for now.

Incase anyone else is trying to find a quick solution, you can get the previous version here: (removed since this was fixed)

wangpingsx commented 2 years ago

I am also facing this issue. I found a workaround, hope it can help you as well:

  1. Download the repo, unzip it and add it into your Assets folder.
  2. Open yourProject/Assets/wit-unity-main/github/Scripts/Editor/WitEditorMenu.cs
  3. Add using Facebook.WitAi.CallbackHandlers; under line 16
  4. Save the change and back to Unity, then you should be able to see the menu.
yolanother commented 2 years ago

Sorry I missed this. We'll look into this today, I think it should be fixed. @ryanbailey-fb. Moving forward wit-unity is going to be much less stable than voice-sdk. I would recommend switching to voice sdk if you don't want to try out experimental features or you want something stable. Release versions here should also be relatively stable, but we don't update them very often.

yolanother commented 2 years ago

This should now be fixed.