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.

Home Page:https://developer.oculus.com/documentation/unity/voice-sdk-overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wit.ai import fails with 'The type or namespace name 'WitConfiguration' could not be found'

baroquedub opened this issue · comments

Was able to install Wit.ai from the package manager (Add package from git URL) without any problems a few days ago.

Today I'm getting spammed with The type or namespace name 'WitConfiguration' could not be found
image

Brand new Unity 2020.3.17f1 project. Nothing else imported.

Seconded issue- my team is experiencing this as well.

@yolanother Is this related to recent changes?

This is an issue with our build system internally in preperation for voice-sdk. I'll get a fixed branch up asap while we figure out what happened to the build system.

Here is a branch with a test of v0.0.20 and the repaired directory structure. This should get you unblocked while I figure out what happened with the build system.

https://github.com/wit-ai/wit-unity/tree/repaired-dir-structure

This should now be fixed on main as well. The branch should no longer be necessary.